Skip to content

Instantly share code, notes, and snippets.

@antontit
Last active July 5, 2018 18:47
Show Gist options
  • Save antontit/44bfd7397a601b83752c01677ebad1e1 to your computer and use it in GitHub Desktop.
Save antontit/44bfd7397a601b83752c01677ebad1e1 to your computer and use it in GitHub Desktop.

pretty terminal view

include in ~/.bashrc :

PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\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