mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:26:41 +00:00
Fix golang shell setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user