mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-15 12:12:58 +00:00
remove dotup / not longer needed just for ohmyzsh
This commit is contained in:
parent
1fd80ae6d8
commit
2ecb5b7d0f
4
zshrc
4
zshrc
@ -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…
Reference in New Issue
Block a user