Skip to content

Instantly share code, notes, and snippets.

@Dcreo
Created September 15, 2018 12:49
Show Gist options
  • Save Dcreo/c3525374eafa8a4e60671cc21fffaccb to your computer and use it in GitHub Desktop.
Save Dcreo/c3525374eafa8a4e60671cc21fffaccb to your computer and use it in GitHub Desktop.

Revisions

  1. Dcreo created this gist Sep 15, 2018.
    1 change: 1 addition & 0 deletions Bash color string
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\] \[\033[33;1m\]\w\[\033[m\] (\[\033[38;5;10m\]\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)\[\033[m\])\$ "