From: Jannik ZANDER Date: Sat, 30 Jun 2018 10:23:07 +0000 (+0200) Subject: Fix again X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=863366f1916752ea418214a5c893180b165af21f;p=dotfiles.git Fix again --- diff --git a/.bashrc b/.bashrc index a39e1c3..ec07844 100644 --- a/.bashrc +++ b/.bashrc @@ -19,16 +19,16 @@ else fi fi -PS1="$PS1"'\[\033[01;32m\]' # change color -PS1="$PS1"'\u@\h' # user@host -PS1="$PS1"'\[\033[00m\]' # change color -PS1="$PS1"':' # : -PS1="$PS1"'\[\033[01;34m\]' # change color -PS1="$PS1"'\w' # current working directory -PS1="$PS1"'\[\033[31m\]' # change color -PS1="$PS1"'`__git_ps1`' # bash function -PS1="$PS1"'\[\033[00m\]' # change color -PS1="$PS1"'\$ ' # prompt +PS1="$PS1"'\[\033[01;32m\]' # change color +PS1="$PS1"'\u@\h' # user@host +PS1="$PS1"'\[\033[00m\]' # change color +PS1="$PS1"':' # : +PS1="$PS1"'\[\033[01;34m\]' # change color +PS1="$PS1"'\w' # current working directory +PS1="$PS1"'\[\033[31m\]' # change color +PS1="$PS1"'$(__git_ps1 "(%s)")' # bash function +PS1="$PS1"'\[\033[00m\]' # change color +PS1="$PS1"'\$ ' # prompt export GIT_PS1_SHOWDIRTYSTATE=1 #export GIT_PS1_SHOWCOLORHINTS=1