This commit is contained in:
Jeff LANCE 2014-01-03 14:39:21 -08:00
commit 685ae6ec19
2 changed files with 28 additions and 3 deletions

View file

@ -1,4 +1,9 @@
#Aliases
# The export line may need to be commented out in the .zshrc file
# as MacPorts adds this line when it finished install
# Add MacPorts to PATH
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Aliases
alias pc="sudo port clean --all installed"
alias pi="sudo port install $1"
alias psu="sudo port selfupdate"