From c943d591328db3d9a4f140049e719f970a4e1247 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 22:38:40 +0100 Subject: [PATCH] prompt/round --- sh/shell.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/shell.sh b/sh/shell.sh index 4f0db9b..7e56658 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -71,7 +71,7 @@ rwx_shell_prompt() { id="$(id --user)" local path="${PWD}" local user="${USER}" - local view="└ " + local view="╰ " # code if [ "${code}" -ne 0 ]; then view="${view}${RWX_COLOR_GREEN}" @@ -96,7 +96,7 @@ rwx_shell_prompt() { # new view="${view}\\n" # frame - view="${view}${RWX_COLOR_DEFAULT}┌ " + view="${view}${RWX_COLOR_DEFAULT}╭ " # user if [ "${id}" -eq 0 ]; then view="${view}${RWX_COLOR_GREEN}"