add golang to path
authorAndrew Lorimer <andrew@charles.cortex>
Fri, 17 May 2019 09:04:20 +0000 (19:04 +1000)
committerAndrew Lorimer <andrew@charles.cortex>
Fri, 17 May 2019 09:04:20 +0000 (19:04 +1000)
zsh/.zshrc
index 7c44adc373c4f0a43d1c99a9000f262bcd706676..c14be696b7c1d1b481cc7018c0611132eab37cca 100755 (executable)
@@ -1,5 +1,8 @@
 # Path to oh-my-zsh installation
 export ZSH=/home/andrew/.oh-my-zsh
+export GOPATH=$HOME/.golang
+export PATH=$GOPATH:$GOPATH/bin:$PATH
+export PATH=$HOME/scripts:$PATH
 
 # ---
 # Keybinds