Skip to content

Instantly share code, notes, and snippets.

@bagus2x
Last active October 16, 2020 01:56
Show Gist options
  • Save bagus2x/68c874beacab3983efa1b1df7a9a8821 to your computer and use it in GitHub Desktop.
Save bagus2x/68c874beacab3983efa1b1df7a9a8821 to your computer and use it in GitHub Desktop.
golang env .bashrc
# 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