From 6d026bc90e070dd5507827cace87311822eb1e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 16 Oct 2022 23:17:32 +0200 Subject: [PATCH] Changed the Update command for MacOS --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 98887fd..8318d8b 100644 --- a/.zshrc +++ b/.zshrc @@ -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'"