diff --git a/.bashrc b/.bashrc index 91c6238..ab2cba9 100644 --- a/.bashrc +++ b/.bashrc @@ -59,8 +59,6 @@ if [ -n "$force_color_prompt" ]; then fi if [ "$color_prompt" = yes ]; then - echo "⌚" &> /dev/null - echo $? PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] " # #PS1+="\[\033[00;31m\]o\[\033[00m\] " # Activate this one if the one below fails @@ -90,8 +88,6 @@ unset color_prompt force_color_prompt # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*) - echo "⌚" &> /dev/null - echo $? PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] " # #PS1+="\[\033[00;31m\]o\[\033[00m\] " # Activate this one if the one below fails diff --git a/scripts/bobby.theme.bash b/scripts/bobby.theme.bash index 2114453..fc2876b 100755 --- a/scripts/bobby.theme.bash +++ b/scripts/bobby.theme.bash @@ -5,8 +5,6 @@ case "$TERM" in esac if [ "$color_prompt" = yes ]; then - echo "⌚" &> /dev/null - echo $? PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] " # #PS1+="\[\033[00;31m\]o\[\033[00m\] " # Activate this one if the one below fails