about summary refs log tree commit diff
path: root/meta/.profile
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-08-03 11:42:26 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-08-03 11:43:38 +0700
commit04bb23545ae2d7029ecfc4401ea94d89970dd89c (patch)
tree26adcad0c656e3a4c54d92450201d655fcfb1874 /meta/.profile
parent62338bd5b0ee7c323f64f49d444241dde64ced85 (diff)
downloaddotfiles-04bb23545ae2d7029ecfc4401ea94d89970dd89c.tar.gz
Update 2017-08-03
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