mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
add more useful alias for macports
This commit is contained in:
parent
e44aa50301
commit
b51cfcf702
1 changed files with 5 additions and 1 deletions
|
|
@ -5,4 +5,8 @@ alias psu="sudo port selfupdate"
|
|||
alias puni="sudo port uninstall inactive"
|
||||
alias puo="sudo port upgrade outdated"
|
||||
alias pup="psu && puo"
|
||||
|
||||
alias prm="sudo port uninstall --follow-dependencies $1"
|
||||
alias pq="port search $1"
|
||||
alias pqb="port provides $1"
|
||||
alias pqf="port contents $1"
|
||||
alias pvar="port variants $1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue