changeset 72:21d5b52ae36f

Configure default Go path to be sensible
author IBBoard <dev@ibboard.co.uk>
date Thu, 18 Jan 2018 19:56:07 +0000
parents fed933b2b8f5
children 6d1730858f0f
files bashrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc	Thu Jan 18 19:55:40 2018 +0000
+++ b/bashrc	Thu Jan 18 19:56:07 2018 +0000
@@ -66,5 +66,7 @@
 export LESS_TERMCAP_so=$'\033[30;48;5;247m'
 export LESS_TERMCAP_se=$'\033[0m'
 
+export GOPATH="$HOME/.golang"
+
 # Possible fix for Steam - https://github.com/ValveSoftware/steam-for-linux/issues/5000#issuecomment-305937612
 export STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0