Use light colorscheme

This commit is contained in:
Sonny Bakker 2021-12-30 20:01:53 +01:00
parent 82634b63b9
commit 9898f1b797
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ if [ "$color_prompt" = yes ]; then
if [ "$CONTAINER_OR_VM" = true ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1="\[\033[1;33m\]\u\[\033[1;34m\]@\[\033[1;32m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]$ "
PS1="\[\033[1;35m\]\u\[\033[1;34m\]@\[\033[1;30m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]$ "
fi
else
PS1='\u@\h:\w\$ '