Skip to content

Instantly share code, notes, and snippets.

@ryochack
Last active November 18, 2017 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryochack/60f08fa2238488d6963e304286d808b6 to your computer and use it in GitHub Desktop.
Save ryochack/60f08fa2238488d6963e304286d808b6 to your computer and use it in GitHub Desktop.
export SELFBUILD=$HOME/code/build
export PATH=$HOME/local/bin:$PATH
# go
export GOROOT=$HOME/code/build/go
export GOPATH=$HOME/.gopath
export PATH=$SELFBUILD/go/bin:$PATH
export PATH=$GOPATH/bin:$PATH
# rust
export PATH=$HOME/.cargo/bin:$PATH
export RUST_SRC_PATH=$HOME/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src
# Re:VIEW
export PATH=$SELFBUILD/review/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment