about summary refs log tree commit diff
path: root/meta/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'meta/.profile')
-rw-r--r--meta/.profile7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/.profile b/meta/.profile
index e3da6c9..0f9da1f 100644
--- a/meta/.profile
+++ b/meta/.profile
@@ -16,9 +16,6 @@ if [ -n "$BASH_VERSION" ]; then
     fi
 fi
 
-# set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/.local/bin" ]; then
-    PATH="$HOME/.local/bin:$PATH"
-fi
-
+PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$PATH"
+export GOPATH="$HOME/.local/share/go"
 export XMODIFIERS=@im=ibus