Skip to content

Instantly share code, notes, and snippets.

@alexey-bass
alexey-bass / .bash_prompt.sh
Created October 14, 2012 08:13 — forked from melo/.bash_prompt
My PS1 bash setup
#!/bin/bash
#
# PS1 Git magic
#
# Original: https://gist.github.com/623142
#
# To enable save as .bash_prompt in $HOME and add to .bashrc:
# . ~/.bash_prompt
#
# Pedro Melo, <melo@simplicidade.org>