From 5a6795c8e30845cd86a611c132ebab5e89438aa7 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 29 Mar 2018 11:10:36 +0100 Subject: [PATCH] profile: add GOPATH --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 7c657f5..006a8a8 100644 --- a/.profile +++ b/.profile @@ -20,6 +20,7 @@ export TERMINAL="termite" export BROWSER="chromium" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" export QT_QPA_PLATFORMTHEME=gtk2 +export GOPATH="$HOME/.cache/go" export LESS="-RNI" export PAGER="less $LESS"