chore(fish): deactivate automatic MacOS update

This commit is contained in:
Stefan Imhoff
2023-09-08 10:53:52 +02:00
parent 52f81c12d7
commit fc3bdea586

View File

@@ -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