mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
remove sudo from gem update alias
This commit is contained in:
parent
c313455f8b
commit
1fadf8acb5
3
aliases
3
aliases
@ -6,13 +6,12 @@ alias ll='ls -la'
|
||||
|
||||
# Get into some servers FAST. Server, user & port are in .ssh/config
|
||||
alias krlc='ssh kremalicious'
|
||||
alias mlublogs='ssh mlublogs'
|
||||
|
||||
# Terminal needs more Espresso
|
||||
alias esp="open -a Espresso"
|
||||
|
||||
# Update All The Things
|
||||
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; sudo gem update --system; sudo gem update'
|
||||
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; gem update --system; gem update'
|
||||
|
||||
# Recursively delete `.DS_Store` files
|
||||
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
|
||||
|
Loading…
Reference in New Issue
Block a user