diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index 3c30fd9..ed6d986 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -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")