From 10a2cd91f0f00d149e41212fb1f9e191d7771818 Mon Sep 17 00:00:00 2001 From: q3aql Date: Mon, 28 Feb 2022 21:17:45 +0100 Subject: [PATCH] Dotfiles config update (2022-02-28) --- .bashrc | 4 ---- scripts/bobby.theme.bash | 2 -- 2 files changed, 6 deletions(-) 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