Feature: update nvm from github.com
This commit is contained in:
2020-01-27 18:20:10 +01:00
parent e5ae3745f7
commit 78f4158361
2 changed files with 50 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ fi
# A pinned package is in 'brew outdated'
declare -A array_info
declare -A array_info # bash 5
if [ -x "$(command -v jq)" ]; then
brew_outdated=$(brew outdated --json)
@@ -360,6 +360,9 @@ if [[ $1 == "--cleanup" ]]; then
echo "🍺 Cleaning brewery"
##brew cleanup -s
# keep 30 days
#HOMEBREW_NO_INSTALL_CLEANUP
brew cleanup --prune=30
##brew cask cleanup: deprecated - merged with brew cleanup
#brew cask cleanup --outdated