0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Adding a plugin with aliases for macports

This commit is contained in:
Vivek Prahlad 2010-09-10 10:50:42 +05:30
parent 99f159e0a7
commit 5215e74bf4

View file

@ -0,0 +1,6 @@
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"