refactor(zsh): move /home/george/Code/go

This commit is contained in:
George Rawlinson 2020-01-29 21:42:52 +13:00
parent a0151fd8ad
commit 7702d47ed4
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fi
# go
if command -v go &> /dev/null; then
# Export $GOPATH
export GOPATH="$HOME/go"
export GOPATH="$HOME/Code/go"
# Add Go binary directory to $PATH
path+=("$GOPATH/bin")