Skip to content

Instantly share code, notes, and snippets.

@samuelsolis
Forked from jsbalsera/bash.rc
Created May 23, 2014 06:28
Show Gist options
  • Save samuelsolis/aabc40a875a2c4a415da to your computer and use it in GitHub Desktop.
Save samuelsolis/aabc40a875a2c4a415da to your computer and use it in GitHub Desktop.
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
export GIT_PS1_SHOWSTASHSTATE=true
export PS1='\[\033[1;34m\]\u\[\033[0;30m\]@\[\033[0;32m\]\w\[\033[0;30m\]$(__git_ps1 " [\[\e[31;1m\]%s\[\e[0m\]]")\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment