Created
November 2, 2014 23:52
-
-
Save danverbraganza/c77993c26fae343d4d51 to your computer and use it in GitHub Desktop.
Addenda to my .bashrc file.
This file contains hidden or 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
# 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