Changed the Update command for MacOS

This commit is contained in:
Marcin Woźniak 2022-10-16 23:17:32 +02:00
parent c4e6732e77
commit 6d026bc90e
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -150,8 +150,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias python3='/opt/homebrew/bin/python3.10'
alias pip3='/opt/homebrew/bin/pip3.10'
alias lsblk="diskutil list"
alias Update="brew update; brew upgrade"
alias Update="~/.config/nvim/installer.sh; brew update; brew upgrade"
alias ls="ls -Gh"
alias mpv="mpv --no-resume-playback"
alias code="open -a 'Visual Studio Code'"