Skip to content

Commit

Permalink
Add gopath to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
janwirth committed Oct 22, 2016
1 parent afc57fe commit cbc9ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ function k () kak `fasd -f $@`
# exports for Node and Python
export NODE_PATH=/usr/local/lib/node_modules
export PYTHONPATH=./:$PYTHONPATH
export GOPATH=/usr/local/lib/go_projects
PATH=$PATH:$GOPATH


### ZNT's installer added snippet ###
Expand Down

0 comments on commit cbc9ca8

Please sign in to comment.