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

7 lines
209 B
Bash
Raw Normal View History

alias pc="sudo port clean --all installed"
2018-10-03 18:08:50 +02:00
alias pi="sudo port install"
alias psu="sudo port selfupdate"
alias puni="sudo port uninstall inactive"
alias puo="sudo port upgrade outdated"
alias pup="psu && puo"