diff --git a/.zshrc b/.zshrc index 5aa52d4..5062264 100644 --- a/.zshrc +++ b/.zshrc @@ -157,7 +157,7 @@ if [[ "$(uname)" == "Darwin" ]]; then alias date='gdate' alias lsblk="diskutil list" - alias Update="$HOME/.local/bin/Update-pkg; yes | brew update; yes | brew upgrade; yes | brew upgrade --greedy; yes | sudo softwareupdate -i -a -R" + alias Update="$HOME/.local/bin/Update-pkg; brew update --force; brew upgrade --force --greedy -y; brew cleanup --prune=all -s; yes | sudo softwareupdate -i -a -R" alias ls="ls -Gh" alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo+bestaudio/best'" alias code="open -a 'Visual Studio Code'"