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