mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix golang shell setup
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
export GOPATH="$HOME/.go:$HOME/Projects/Go"
|
export GOPATH="$HOME/.go:$HOME/Projects/Go"
|
||||||
path_prepend "$HOME/.go/bin"
|
path_prepend "$HOME/.go/bin"
|
||||||
path_prepend "$HOME/Projects/Go"
|
path_prepend "$HOME/Projects/Go/bin"
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias gv="govendor"
|
alias gv="govendor"
|
||||||
|
|||||||
Reference in New Issue
Block a user