1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 23:40:08 +00:00
ohmyzsh/plugins/macports/macports.plugin.zsh

9 lines
222 B
Bash
Raw Normal View History

2010-09-10 05:25:17 +00:00
#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"
2011-03-13 22:08:12 +00:00