From 863366f1916752ea418214a5c893180b165af21f Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sat, 30 Jun 2018 12:23:07 +0200 Subject: [PATCH] Fix again --- .bashrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.43.0