Skip to content

Commit

Permalink
Add $GOPATH/bin to $PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Apr 17, 2014
1 parent aab831f commit 77c77f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
[user]
name = drew
email = drew@drewolson.org
signingkey = 9FA98BD6
5 changes: 3 additions & 2 deletions zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ setopt no_auto_menu
setopt prompt_subst
set -o emacs

export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/heroku/bin:~/.cabal/bin:$PATH
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export EDITOR='vim'
export GREP_OPTIONS='--color=auto'
export GOPATH=~/go
export GOPATH=$HOME/go

export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/heroku/bin:~/.cabal/bin:$GOPATH/bin:$PATH

if [ -f /usr/libexec/java_home ]; then
export JAVA_HOME=$(/usr/libexec/java_home)
Expand Down

0 comments on commit 77c77f8

Please sign in to comment.