From 0976964c7c7d12a6ce9953b8753af15ad55fed85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 3 Aug 2026 12:13:26 +0200 Subject: [PATCH] Added Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"