Add /opt/local/bin to the PATH on Darwin
This commit is contained in:
parent
70e4800d5e
commit
eab8ef0bbd
1 changed files with 1 additions and 0 deletions
1
profile
1
profile
|
@ -26,6 +26,7 @@ case $arch in
|
|||
Darwin)
|
||||
alias indent='gnuindent'
|
||||
alias acls='/bin/ls -le'
|
||||
PATH=/opt/local/bin:$PATH
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue