Fix bashrc

This commit is contained in:
Thomas Forgione 2022-12-06 15:23:29 +01:00
parent 8d13ca672e
commit 9755ce389a
1 changed files with 2 additions and 2 deletions

4
bashrc
View File

@ -62,9 +62,9 @@ if [ "$color_prompt" = yes ]; then
else
color="\033[1;35m"
fi
PS1="${color}┌── \u\033[33m@\033[32m\h\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m"
PS1="${color}┌── \u\033[33m@\033[32m\H\033[33m::\033[34m\w\033[0m\n${color}└▷ \033[0m"
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ '
fi
unset color_prompt force_color_prompt color