remove dotup / not longer needed just for ohmyzsh

main
Steffen Becker 11 years ago
parent 1fd80ae6d8
commit 2ecb5b7d0f

@ -43,9 +43,7 @@ alias devr='devs && dev'
# dnsflush-shortcut
alias dnsflush='_ dscacheutil -flushcache'
# all in one homebrew, gem and vim bundles update commands
alias dotup='cd ~/Dotfiles/ && git pull && cd -'
alias dotsubup='cd ~/Dotfiles/ && git submodule foreach git pull && cd -'
# all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cleanup && brew linkapps'
alias gemup='gem update --system && gem update && gem cleanup'
alias npmup='npm -g cache clean && npm -g update'

Loading…
Cancel
Save