Skip to content

Commit

Permalink
Update PATH configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Nov 24, 2013
1 parent 921016f commit e55e26e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/env
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# paths
export PATH=/usr/local/sbin:$PATH
export PATH=/usr/local/Cellar/go/1.0.3/bin:$PATH
export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=/usr/local/opt/go/bin:$PATH
export PATH=/usr/local/share/npm/bin:$PATH
export PATH=/usr/local/php5/bin:$PATH
export PATH=/usr/local/bin:$PATH
Expand Down

0 comments on commit e55e26e

Please sign in to comment.