Skip to content

Instantly share code, notes, and snippets.

@vinicius-sabadim
Created August 19, 2014 17:04
Show Gist options
  • Select an option

  • Save vinicius-sabadim/a29e452fce5d56006a72 to your computer and use it in GitHub Desktop.

Select an option

Save vinicius-sabadim/a29e452fce5d56006a72 to your computer and use it in GitHub Desktop.
Show current branch on terminal (Fedora 20)
export PS1='\[\033[36m\]\u@\h \[\033[32m\]\W$(declare -F __git_ps1 &>/dev/null && __git_ps1 "\[\033[33m\] (%s)")]\[\033[37m\]$ '
source /usr/share/git-core/contrib/completion/git-prompt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment