Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created February 6, 2012 22:00
Show Gist options
  • Save brianleroux/1755220 to your computer and use it in GitHub Desktop.
Save brianleroux/1755220 to your computer and use it in GitHub Desktop.
bitch be cool
DGREY="\[\e[0;32m\]"
ENDCOLOR="\[\e[0m\]"
PS1="$DGREY# $ENDCOLOR"
# android business
export PATH=$PATH:~/Repo/android-sdk-mac_x86/platform-tools
export PATH=$PATH:~/Repo/android-sdk-mac_x86/tools
export PATH=$PATH:~/Repo/phonegap-android/bin
# inform iterm of the palm sdk for some reason
export PATH=$PATH:/opt/PalmSDK/Current/bin
# for phonegap/docs
export PATH=$PATH:~/Repo/joDoc
# adding cordova
export PATH=$PATH:~/Desktop/phonegap-cli/bin
# app engine
export PATH=$PATH:~/Repo/appengine-java-sdk-1.4.3/bin
# gclient
export PATH=$PATH:~/Repo/depot_tools
@brianleroux
Copy link
Author

and don't forget to touch .hushlogic and source ~/.bashrc from .bash_profile

@brianleroux
Copy link
Author

touch .hushlogin ....actually. =S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment