1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-24 19:10:10 +01:00

add rvm update & cleanup to update alias

This commit is contained in:
Matthias Kretschmann 2014-08-08 01:06:19 +02:00
parent 5fccb47b55
commit cd3807d781

View File

@ -11,7 +11,7 @@ alias krlc='ssh kremalicious'
alias esp="open -a Espresso" alias esp="open -a Espresso"
# Update All The Things # Update All The Things
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; gem update --system; gem update' alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; rvm get branch master; rvm cleanup all; gem update --system; gem update'
# Recursively delete `.DS_Store` files # Recursively delete `.DS_Store` files
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete" alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"