mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
Add GOPATH environment variable
This commit is contained in:
@@ -30,6 +30,7 @@ source "$DOTSHELL/tmux.sh"
|
||||
source "$DOTSHELL/nodejs.sh"
|
||||
source "$DOTSHELL/python.sh"
|
||||
source "$DOTSHELL/ruby.sh"
|
||||
source "$DOTSHELL/golang.sh"
|
||||
source "$DOTSHELL/sbcl.sh"
|
||||
source "$DOTSHELL/amdsdk.sh"
|
||||
|
||||
|
||||
6
shell/golang.sh
Normal file
6
shell/golang.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# Go (golang) environment setup.
|
||||
#
|
||||
|
||||
export GOPATH="$HOME/.go"
|
||||
path_append "$GOPATH/bin"
|
||||
Reference in New Issue
Block a user