From 9a6bc3197ed7a78faef8f1b2d3fe4a419674197f Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 2 Jul 2022 13:37:27 +0200 Subject: [PATCH] Update bashrc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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