Skip to content

Instantly share code, notes, and snippets.

@pchw
Created October 23, 2012 03:46
Show Gist options
  • Save pchw/3936501 to your computer and use it in GitHub Desktop.
Save pchw/3936501 to your computer and use it in GitHub Desktop.
dot bashrc
source ~/nvm/nvm.sh
alias ls='ls -G'
# brew install git bash-completion
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\h\[\033[00m\]:\[\033[34m\]\W\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment