diff --git a/fish/functions/update.fish b/fish/functions/update.fish index c0dd967..c300b3f 100644 --- a/fish/functions/update.fish +++ b/fish/functions/update.fish @@ -5,5 +5,5 @@ function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, pip install --upgrade pip pip list -o --format columns | cut -d' ' -f1 | xargs -n1 pip install -U pnpm update -g - sudo softwareupdate -i -a + # sudo softwareupdate -i -a end