Dotfiles config update (2022-02-28)

This commit is contained in:
q3aql 2022-02-28 21:17:45 +01:00
parent c9b9cb37b0
commit 10a2cd91f0
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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