Fix golang shell setup

This commit is contained in:
2018-07-16 10:08:47 +01:00
parent 20641f72c2
commit fb6c474a23

View File

@@ -4,7 +4,7 @@
export GOPATH="$HOME/.go:$HOME/Projects/Go"
path_prepend "$HOME/.go/bin"
path_prepend "$HOME/Projects/Go"
path_prepend "$HOME/Projects/Go/bin"
# aliases
alias gv="govendor"