From a79597c866607c715ae8008cbce5af56768dea89 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 18 Dec 2016 15:10:40 +0100 Subject: [PATCH] Gopath --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index b04ccf3..7eddb4a 100644 --- a/bashrc +++ b/bashrc @@ -40,6 +40,7 @@ export HISTFILESIZE=${HISTSIZE} export HISTCONTROL=ignoreboth export JAVA_FONTS=/usr/share/fonts/TTF export ANDROID_HOME=/opt/android-sdk +export GOPATH=$HOME/.go if [ -z $XDG_CONFIG_HOME ]; then export XDG_CONFIG_HOME=$HOME/.config