Update .bashrc

i3
yutent 2023-07-04 19:04:31 +08:00 committed by GitHub
parent 3f2b6d0c83
commit e31580f947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export HISTTIMEFORMAT="[%F %T] "
shopt -s checkwinsize
PS1='\[\e[1;40m\]\[\e[31m\]  \[\e[m\]\[\e[44m\]\[\e[30m\]\[\e[m\]\[\e[44m\] \w \[\e[m\]\[\e[34m\]\[\e[m\]\[\e[31m\]$(__git_ps1)\[\e[m\] '
PS1='\[\e[1;31m\]\[\e[32m\]\[\e[33m\]\[\e[m\]\[\e[34m\]  \w\[\e[m\]\[\e[31m\]$(__git_ps1)\[\e[m\] '
# enable color support of ls and also add handy aliases
@ -63,4 +63,4 @@ if ! shopt -oq posix; then
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
fi