1
0
mirror of https://github.com/Adam-Ant/dotfiles synced 2024-07-06 05:36:16 +00:00

Add Go support

This commit is contained in:
Adam Dodman 2017-12-15 18:48:26 +00:00
parent db5462b842
commit 37275c19c2

View File

@ -40,3 +40,6 @@ source /usr/bin/virtualenvwrapper.sh
#Ruby. Yay...
export PATH="$PATH:$(ruby -rubygems -e 'puts Gem.user_dir')/bin"
# Go
export GOPATH="/home/adam/Sync/Go"