Skip to content

Instantly share code, notes, and snippets.

@philipjkim
Last active December 16, 2015 08:49
Show Gist options
  • Save philipjkim/5408923 to your computer and use it in GitHub Desktop.
Save philipjkim/5408923 to your computer and use it in GitHub Desktop.
bash profile (customized prompt with git info.)
alias ll='ls -alG'
source /Users/pj/.rvm/scripts/rvm
source ~/.git-prompt.sh
GIT_PS1_SHOWDIRTYSTATE="true"
GIT_PS1_SHOWUNTRACKEDFILES="true"
GIT_PS1_SHOWUPSTREAM="verbose"
PS1='$(__git_ps1 " (%s) ")\[\033[35m\]\t\[\033[m\]-\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\n\$ '
export TERM=xterm-256color
export SVN_EDITOR=/usr/bin/vim
@philipjkim
Copy link
Author

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