Skip to content

Commit

Permalink
Add PATH of go
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Nov 25, 2023
1 parent d1448fe commit b6a38c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zsh/.zshrc.mine
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
if which emacsclient > /dev/null; then export EDITOR=emacsclient; fi
fi

export PATH=$HOME/bin:$HOME/.nodebrew/current/bin:$HOME/.cpan/CPAN/bin:$HOME/.cabal/bin:/Library/Frameworks/HaskellPlatform.framework/bin:/usr/local/texlive/2014/bin/x86_64-darwin:/opt/local/lib/postgresql91/bin:/usr/local/heroku/bin:/opt/local/bin:/usr/local/bin:$PATH
export PATH=$HOME/bin:$HOME/.nodebrew/current/bin:$HOME/go/bin:$HOME/.cpan/CPAN/bin:$HOME/.cabal/bin:/Library/Frameworks/HaskellPlatform.framework/bin:/usr/local/texlive/2014/bin/x86_64-darwin:/opt/local/lib/postgresql91/bin:/usr/local/heroku/bin:/opt/local/bin:/usr/local/bin:$PATH

export UID=${UID} GID=${GID}

Expand Down

0 comments on commit b6a38c4

Please sign in to comment.