Skip to content

Instantly share code, notes, and snippets.

@maurerbot
Last active August 29, 2015 14:01
Show Gist options
  • Save maurerbot/f9a302b7400531ea8efd to your computer and use it in GitHub Desktop.
Save maurerbot/f9a302b7400531ea8efd to your computer and use it in GitHub Desktop.
Fancy Bash Git Prompt
curl https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh`

update your ~/.bash_profile

PS1='\[\033[0;32m\]┌┼─┼─ \[\033[0m\033[0;32m\]\u\[\033[0m\] @ \[\033[0;36m\]\h\[\033[0m\033[0;32m\] ─┤├─ \[\033[0m\]\t \d\[\033[0;32m\] ─┤├─ \[\033[0;31m\]\w\[\033[0;32m\] ─┤\[$(__git_ps1)\]\n\[\033[0;32m\]└┼─\[\033[0m\033[0;32m\]\$─┤▶\[\033[0m\] '

Without time...

PS1='\[\033[0;32m\]┌┼─┼─ \[\033[0m\033[0;32m\]\u\[\033[0m\] @ \[\033[0;36m\]\h\[\033[0m\033[0;32m\] ─┤├─ \[\033[0;31m\]\w\[\033[0;32m\] ─┤\[$(__git_ps1)\]\n\[\033[0;32m\]└┼─\[\033[0m\033[0;32m\]\$─┤▶\[\033[0m\] '

source ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment