Skip to content

Instantly share code, notes, and snippets.

@jaredlt
Created June 17, 2020 13:09
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 jaredlt/e07c8c8fde1dd739dfb300edd10547dd to your computer and use it in GitHub Desktop.
Save jaredlt/e07c8c8fde1dd739dfb300edd10547dd to your computer and use it in GitHub Desktop.
.bashrc PS1 - custom bash prompt
# Format: jaredt:ahk (master)$ (with 'jaredt:' green, 'current working directory' blue, 'branch' green)
PS1="${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u:\[\033[01;34m\]\W\[\033[00m\] \[\033[01;32m\]\$(__git_ps1 '(%s)')\[\033[00m\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment