mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Add completion for port command
This commit is contained in:
parent
746a10368a
commit
fa344733e5
2 changed files with 94 additions and 0 deletions
|
|
@ -5,3 +5,8 @@ alias psu="sudo port selfupdate"
|
|||
alias puni="sudo port uninstall inactive"
|
||||
alias puo="sudo port upgrade outdated"
|
||||
alias pup="psu && puo"
|
||||
|
||||
# add macports completion function to path
|
||||
fpath=($ZSH/plugins/macports $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue