mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2026-01-02 07:16:25 +00:00
Added oh-my-zsh in all its glory
This commit is contained in:
8
.oh-my-zsh/plugins/macports/macports.plugin.zsh
Normal file
8
.oh-my-zsh/plugins/macports/macports.plugin.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user