Skip to content

Instantly share code, notes, and snippets.

@ungerik
Last active August 18, 2016 16:44
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 ungerik/4110875 to your computer and use it in GitHub Desktop.
Save ungerik/4110875 to your computer and use it in GitHub Desktop.
Ubuntu .bashrc
# Erik's profile (https://gist.github.com/4110875):
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$GOBIN:$GOROOT/bin:/opt/dart/dart-sdk/bin:$PATH
export PATH=/opt/jdk1.8.0/bin:$PATH
export PATH=$PATH:/home/ungerik/.local/lib/python2.7/site-packages
# Fix eclipse menu bar
export UBUNTU_MENUPROXY=0
export PATH=/opt/android-adt/sdk/platform-tools:$PATH
export ANDROID_NDK_ROOT=/opt/android-ndk-r10c
NPM_GLOBAL="${HOME}/.npm-global"
export PATH=./node_modules/.bin:$NPM_GLOBAL/bin:$PATH
# Unset manpath so we can inherit from /etc/manpath via the `manpath` command
unset MANPATH # delete if you already modified MANPATH elsewhere in your config
export MANPATH="$NPM_GLOBAL/share/man:$(manpath)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment