1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-02 04:00:28 +00:00

Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into vivekprahlad-master

This commit is contained in:
Robby Russell 2010-09-30 21:04:22 -07:00
commit 44f2102715

View File

@ -0,0 +1,7 @@
#Aliases
alias pc="sudo port clean --all installed"
alias pi="sudo port install $1"
alias psu="sudo port selfupdate"
alias puni="sudo port uninstall inactive"
alias puo="sudo port upgrade outdated"
alias pup="psu && puo"