mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge d8993c9919 into e2838f75f0
This commit is contained in:
commit
685ae6ec19
2 changed files with 28 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue