From d638c7c0599324683e650e10348e955dd68ddf18 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 4 Jun 2024 20:10:29 +0200 Subject: [PATCH] split --- cd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cd.sh b/cd.sh index ec5c812..4ab4ea5 100644 --- a/cd.sh +++ b/cd.sh @@ -696,9 +696,7 @@ shift } cd_split () { - echo -n "\ -${CD_BOX_RIGHT}${CD_BOX_HORIZONTAL} -" + echo "${CD_SPLIT}" } cd_step () { @@ -746,5 +744,7 @@ CD_PM_APT="apt" CD_PM_DNF="dnf" CD_PM_PACMAN="pacman" +CD_SPLIT="${CD_BOX_RIGHT}${CD_BOX_HORIZONTAL}" + # run cd_main "${@}"