diff --git a/cd.sh b/cd.sh index 6a9b219..fff9929 100644 --- a/cd.sh +++ b/cd.sh @@ -633,16 +633,16 @@ local file cd_split () { echo -n "\ -╶─╌╌┄┄┈┈ +╶${CD_SPLIT} " } cd_step () { CD_STEP=$((CD_STEP+1)) echo -n "\ -╭─╌╌┄┄┈┈ +╭${CD_SPLIT} │ ${CD_STEP} ${@} -╰─╌╌┄┄┈┈ +╰${CD_SPLIT} " } @@ -675,5 +675,7 @@ CD_PM_APT="apt" CD_PM_DNF="dnf" CD_PM_PACMAN="pacman" +CD_SPLIT="─╌╌┄┄┈┈" + # run cd_main