mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added psync(port sync), updated puni, puo
Added psync(port sync) to performs a sync operation only on the ports tree of a MacPorts installation, pulling in the latest revision available of the Portfiles from the MacPorts rsync server. Added -u option to puni,puo so that it uninstall non-active ports when upgrading and uninstalling.
This commit is contained in:
parent
3913106b2e
commit
363798a2d7
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#Aliases
|
||||
alias pc="sudo port clean --all installed"
|
||||
alias pi="sudo port install $1"
|
||||
alias psync="sudo port sync"
|
||||
alias psu="sudo port selfupdate"
|
||||
alias puni="sudo port uninstall inactive"
|
||||
alias puo="sudo port upgrade outdated"
|
||||
alias puni="sudo port -u uninstall inactive"
|
||||
alias puo="sudo port -u upgrade outdated"
|
||||
alias pup="psu && puo"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue