Skip to content

Instantly share code, notes, and snippets.

@eborghi10
Created November 20, 2020 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eborghi10/1b1150457d5ccc841b5bc820e655cb65 to your computer and use it in GitHub Desktop.
Save eborghi10/1b1150457d5ccc841b5bc820e655cb65 to your computer and use it in GitHub Desktop.
Nice Git prompt
# Nice git prompt
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