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 }