Skip to content

Instantly share code, notes, and snippets.

@abdessamadely
Last active July 24, 2020 23:52
Show Gist options
  • Save abdessamadely/0fc36ade4b6c7b1d0dda37427f4ef236 to your computer and use it in GitHub Desktop.
Save abdessamadely/0fc36ade4b6c7b1d0dda37427f4ef236 to your computer and use it in GitHub Desktop.
git bash short PS1
PS1="\[\e[01;32m\]\u\[\e[01;36m\]~\W\[\e[01;33m\]"
PS1+="\[\e[01;33m\] $(__git_ps1 '(%s)')"
PS1+="\[\e[00m\]\$ ";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment