Dotfiles config update (2022-02-28)
This commit is contained in:
parent
c9b9cb37b0
commit
10a2cd91f0
4
.bashrc
4
.bashrc
|
@ -59,8 +59,6 @@ if [ -n "$force_color_prompt" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$color_prompt" = yes ]; then
|
if [ "$color_prompt" = yes ]; then
|
||||||
echo "⌚" &> /dev/null
|
|
||||||
echo $?
|
|
||||||
PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] "
|
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
|
#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
|
# If this is an xterm set the title to user@host:dir
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
xterm*|rxvt*)
|
xterm*|rxvt*)
|
||||||
echo "⌚" &> /dev/null
|
|
||||||
echo $?
|
|
||||||
PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] "
|
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
|
#PS1+="\[\033[00;31m\]o\[\033[00m\] " # Activate this one if the one below fails
|
||||||
|
|
|
@ -5,8 +5,6 @@ case "$TERM" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$color_prompt" = yes ]; then
|
if [ "$color_prompt" = yes ]; then
|
||||||
echo "⌚" &> /dev/null
|
|
||||||
echo $?
|
|
||||||
PS1="\n\[\033[01;36m\] \D{%Y-%m-%d} \t\[\033[00m\] "
|
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
|
#PS1+="\[\033[00;31m\]o\[\033[00m\] " # Activate this one if the one below fails
|
||||||
|
|
Loading…
Reference in New Issue
Block a user