moved go/gopath off of my home directory and into local/share

This commit is contained in:
spinach 2023-04-04 18:41:14 -04:00
parent a721f2b1ec
commit b90ca94be1

View File

@ -18,6 +18,8 @@ fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export GOPATH="$HOME/.local/share/go"
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"