Skip to content

Instantly share code, notes, and snippets.

@danverbraganza
Created November 2, 2014 23:52
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 danverbraganza/c77993c26fae343d4d51 to your computer and use it in GitHub Desktop.
Save danverbraganza/c77993c26fae343d4d51 to your computer and use it in GitHub Desktop.
Addenda to my .bashrc file.
# I have tried to fork-bomb myself in the past.
ulimit -u 1000
export ANDROID_HOME=/usr/local/android/sdk
export PATH=$PATH:/usr/local/go/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
alias set_gopath='export GOPATH=$(pwd)'
export EDITOR=emacs
export GOPATH=~/projects/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment