Skip to content

Instantly share code, notes, and snippets.

@pkorpine
Created February 5, 2015 14:41
Show Gist options
  • Select an option

  • Save pkorpine/db6bb7bc1a2efc847573 to your computer and use it in GitHub Desktop.

Select an option

Save pkorpine/db6bb7bc1a2efc847573 to your computer and use it in GitHub Desktop.

Revisions

  1. pkorpine created this gist Feb 5, 2015.
    5 changes: 5 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Git prompt
    GIT_PS1_SHOWUPSTREAM="auto"
    GIT_PS1_SHOWCOLORHINTS="yes"
    GIT_PS1_SHOWDIRTYSTATE="yes"
    PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w $(__git_ps1 "\[\033[01;35m\]%s\[\033[34m\]")\$\[\033[00m\] '