set GOPATH to $HOME/.local
This commit is contained in:
parent
c210858b31
commit
507c15b731
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
@ -18,4 +18,5 @@ then
|
|||
# set PATH so it includes user's private bin dirs if they exist
|
||||
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||
[ -d "$HOME/.local" ] && export GOPATH=$HOME/.local
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue