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

nvim
spinach 2 years ago
parent a721f2b1ec
commit b90ca94be1

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

Loading…
Cancel
Save