Skip to content

Instantly share code, notes, and snippets.

@andboson
Last active August 8, 2019 09:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andboson/e8b888fd8198fbeae017 to your computer and use it in GitHub Desktop.
Save andboson/e8b888fd8198fbeae017 to your computer and use it in GitHub Desktop.
GOPATH
export GOPATH=`pwd`
export PATH="$PATH:$GOPATH/bin"
echo -e "\033[0;32m CURRENT GOPATH IS: $GOPATH \e[0m"
alias rp='source ~/.zshrc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment