juniorz (owner)

Fork Of

gist: 129278 by mss Append this to your .bashrc...

Revisions

gist: 151759 Download_button fork
public
Public Clone URL: git://gist.github.com/151759.git
Embed All Files: show embed
.bashrc #
1
2
3
if [ "\$(type -t __git_ps1)" ]; then
    PS1="\$(__git_ps1 '(%s) ')$PS1"
fi