.bashrc.d/00environment: Set GOPATH and GOBIN
[dotfiles-public.git] / src / .bashrc.d / 00environment
index 4acd335f47f7fab3fda51d3e5f8deafc7237fed7..f0455ec77ba6f0861ed920d8a4217a22b1b48d0f 100644 (file)
@@ -12,3 +12,6 @@ export MONKEYSPHERE_CHECK_KEYSERVER=false
 
 export SANE_DEFAULT_DEVICE='epkowa:interpreter:001:003'
 export NO_UPDATE_NOTIFIER=1
+
+export GOPATH="${HOME}/.local/lib/go"
+export GOBIN="${HOME}/.local/bin"