# HG changeset patch # User IBBoard # Date 1516305367 0 # Node ID 21d5b52ae36fd2e04c8046059186a62ecaf3488d # Parent fed933b2b8f5031f7bd86fcaceb6b5bb0b35c81d Configure default Go path to be sensible diff -r fed933b2b8f5 -r 21d5b52ae36f bashrc --- 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