diff --git a/fish/functions/update.fish b/fish/functions/update.fish index c4f755c..c0dd967 100644 --- a/fish/functions/update.fish +++ b/fish/functions/update.fish @@ -1,4 +1,5 @@ function update --description "Updating Homebrew, Ruby, Python, Node.js, Neovim, and MacOS" + sudo -v brew update && brew outdated && brew upgrade && brew cleanup sudo gem update --system && sudo gem update && gem cleanup all pip install --upgrade pip