From 04bb23545ae2d7029ecfc4401ea94d89970dd89c Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Thu, 3 Aug 2017 11:42:26 +0700 Subject: Update 2017-08-03 --- meta/.profile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'meta/.profile') 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 -- cgit 1.4.1