Skip to content

Commit

Permalink
Remove macos updates from update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Philipps committed Mar 4, 2019
1 parent 56e1510 commit 5570525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ alias sudo='sudo '
alias week='date +%V'

# Get macOS Software Updates, and update installed Ruby gems, Homebrew, npm, and their installed packages
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update; sudo gem cleanup'
alias update='brew update; brew upgrade; brew cleanup; npm install npm -g; npm update -g; sudo gem update --system; sudo gem update; sudo gem cleanup'

# Google Chrome
alias chrome='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome'
Expand Down

0 comments on commit 5570525

Please sign in to comment.