From fc3bdea5861c9d3e0d688b9f17546059f4243667 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 8 Sep 2023 10:53:52 +0200 Subject: [PATCH] chore(fish): deactivate automatic MacOS update --- fish/functions/update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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