refactor(zsh): move /home/george/Code/go
This commit is contained in:
parent
a0151fd8ad
commit
7702d47ed4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ fi
|
||||||
# go
|
# go
|
||||||
if command -v go &> /dev/null; then
|
if command -v go &> /dev/null; then
|
||||||
# Export $GOPATH
|
# Export $GOPATH
|
||||||
export GOPATH="$HOME/go"
|
export GOPATH="$HOME/Code/go"
|
||||||
|
|
||||||
# Add Go binary directory to $PATH
|
# Add Go binary directory to $PATH
|
||||||
path+=("$GOPATH/bin")
|
path+=("$GOPATH/bin")
|
||||||
|
|
Loading…
Reference in a new issue