Skip to content

Instantly share code, notes, and snippets.

@fraga
Created May 25, 2011 15:29
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 fraga/991175 to your computer and use it in GitHub Desktop.
Save fraga/991175 to your computer and use it in GitHub Desktop.
bash_profile
export TERM="xterm-color"
alias ls="ls -G"
export PATH=$PATH:/usr/local/mysql/bin:$HOME/bin:~/Desktop/eclipse/workspace/android/android-sdk-mac_86/tools
export EDITOR="$HOME/bin/mate -w"
export glol="git log --pretty=oneline --abbrev-commit --graph --decorate"
PS1="\[\033[01;32m\]\h\[\033[01;34m\] \w \$\[\033[00m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment