Skip to content

Instantly share code, notes, and snippets.

@mrf345
Created December 11, 2019 20:20
Show Gist options
  • Save mrf345/ac6de191274c46b2d4f56631d8f11b77 to your computer and use it in GitHub Desktop.
Save mrf345/ac6de191274c46b2d4f56631d8f11b77 to your computer and use it in GitHub Desktop.
set_ps () {
PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\] ($(git branch 2>/dev/null | grep '^*' | colrm 1 2))\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment