summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index f6e0cdd..7ab0571 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -1,5 +1,6 @@
 # Export own script path
 export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH
+export GOPATH=$HOME/.go
 
 # Aliases
 alias ls='ls --color=auto'