-
-
Save brunosimsenhor/4077d6a31d32adf5af1df1b50e4c5b8f to your computer and use it in GitHub Desktop.
Revisions
-
brunosimsenhor created this gist
Jan 30, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # \[\033[01;33m\]$(__git_ps1) if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[01;33m\]$(__git_ps1)\[\033[00m\] \$ ' else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1) \$ ' fi