diff --git a/bashrc b/bashrc index 3319f41..5dce73e 100644 --- a/bashrc +++ b/bashrc @@ -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