From 457407943abe96466d5b9963bdab1cfff7be500f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Feb 2024 19:14:01 +0100 Subject: [PATCH] git: ps1 --- .bash_extra | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index 886c3d5..3350163 100644 --- a/.bash_extra +++ b/.bash_extra @@ -30,7 +30,6 @@ ORANGE='\[\e[0;33m\]' export GIT_PS1_SHOWUNTRACKEDFILES=1 export GIT_PS1_SHOWDIRTYSTATE=1 export GIT_PS1_SHOWSTASHSTATE=1 -export GIT_PS1_SHOWUPSTREAM="verbose" export GIT_PS1_SHOWCONFLICTSTATE="yes" export PS1="\n${BLUE}\u${GREEN}@${ORANGE}\$(cat /etc/hostname) \$(pwd | sed -E -e "s#/#${RED}/${RESET}${GREEN}#g")${YELLOW}\$(__git_ps1)${RESET}\n> " # https://unix.stackexchange.com/questions/105958/terminal-prompt-not-wrapping-correctly