From 54dd37f1c32aae7da4fdc3b3e03b1bfbc7fa9f70 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 30 Apr 2024 12:36:33 +0200 Subject: [PATCH] split,step --- cd.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index 99764141..0fa61f8 100644 --- a/cd.sh +++ b/cd.sh @@ -352,13 +352,19 @@ local file fi } +cd_split () { + echo -n "\ +╶─╌╌┄┄┈┈ +" +} + cd_step () { if [ "${1}" ] ; then CD_STEP=$((CD_STEP+1)) echo -n "\ -╭─╌┄┈ +╭─╌╌┄┄┈┈ │ ${CD_STEP} ${1} -╰─╌┄┈ +╰─╌╌┄┄┈┈ " fi }