Skip to content

Instantly share code, notes, and snippets.

@nikibobi
Created June 4, 2020 16:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikibobi/dae0d897a75d93b229a980d30cf03308 to your computer and use it in GitHub Desktop.
Save nikibobi/dae0d897a75d93b229a980d30cf03308 to your computer and use it in GitHub Desktop.
Bash color prompt
PS1='\[\e[31m\][\[\e[m\]\[\e[34m\]\u\[\e[m\]\[\e[31m\]@\[\e[m\]\[\e[33m\]\h\[\e[m\] \[\e[36m\]\w\[\e[m\]\[\e[32m\]$(__git_ps1 " %s")\[\e[m\]\[\e[31m\]]\[\e[m\]\\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment