Update bashrc

This commit is contained in:
Thomas Forgione 2022-07-02 13:37:27 +02:00
parent b982ecb5a5
commit 9a6bc3197e
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

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