Skip to content

Commit 371f0ab

Browse files
committed
osx path issues fixed
1 parent 405e28f commit 371f0ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.bash_osx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ alias fixopenwith='/System/Library/Frameworks/CoreServices.framework/Frameworks/
7070
#node's bin in path
7171
export PATH="/usr/local/share/npm/bin:$PATH"
7272

73-
# Brew and homedir/bin in path first
74-
export PATH="/usr/local/bin:~/bin:$PATH"
73+
# homedir/bin in path first
74+
export PATH="$HOME/bin:$PATH"
7575

7676
#heroku
77-
export PATH="/usr/local/heroku/bin:$PATH"
77+
export PATH="$PATH:/usr/local/heroku/bin"
7878

7979
#go
80-
export PATH="$HOME/go/bin:$PATH"
80+
export PATH="$PATH:$HOME/go/bin"
8181
export GOPATH=$HOME/go
8282

8383
# Firefox profile

0 commit comments

Comments
 (0)