Last active
October 16, 2020 01:56
-
-
Save bagus2x/68c874beacab3983efa1b1df7a9a8821 to your computer and use it in GitHub Desktop.
golang env .bashrc
This file contains 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
# config yg lain | |
export GOPATH=/home/bagus2x/Documents/workspace/go | |
export GOBIN=/home/bagus2x/Documents/workspace/go/bin | |
export PATH=$PATH:$GOBIN | |
export PATH="$PATH:$(yarn global bin)" | |
alias n=nvim | |
alias repo="cd ~/Documents/workspace/go/src/github.com/bagus2x" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment