Last active
August 8, 2019 09:00
-
-
Save andboson/e8b888fd8198fbeae017 to your computer and use it in GitHub Desktop.
GOPATH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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