From f4809bb32ae158e4eda29c18eda178ad22b5e122 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Thu, 9 Feb 2017 01:15:39 +0100 Subject: [PATCH] stuff --- bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 972a70d..bc1b60a 100644 --- a/bashrc +++ b/bashrc @@ -56,16 +56,16 @@ fi GIT_PS1_SHOWDIRTYSTATE=true if [ "$color_prompt" = yes ]; then - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\h \[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' else - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\h \[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' fi unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*) - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\h \[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\D{%d}] \A\[\033[1;31m\] \u@\[\033[01;32m\]-=\[\033[00m\]\[\033[0;33m\]$(__git_ps1)\[\033[00m\] \$ ' ;; *) ;;