Skip to content

Instantly share code, notes, and snippets.

@swvitaliy
Created October 6, 2012 09:52
Show Gist options
  • Save swvitaliy/3844512 to your computer and use it in GitHub Desktop.
Save swvitaliy/3844512 to your computer and use it in GitHub Desktop.
ps1
PS1="\w [\e[0;34m`git branch 2> /dev/null | grep -e '\* ' | sed 's/^..\(.*\)/\1/'`\e[0m]\n$ "
PS1="\e[2;36m\t\e[0m \w \e[1;33m`git branch 2> /dev/null | grep -e '\* ' | sed 's/^..\(.*\)/\1/'`\e[0m\n$ "
PS1="\w \e[1;33m`git branch 2> /dev/null | grep -e '\* ' | sed 's/^..\(.*\)/\1/'`\e[0m\n$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment