From b3b9a903757934b872dcbf8bc38d1a02849584d3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 6 Jun 2024 12:17:50 +0200 Subject: [PATCH] horizontal --- cd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index c816f2a..5058593 100644 --- a/cd.sh +++ b/cd.sh @@ -731,7 +731,6 @@ local text="${2}" # constants CD_BOX_DOWN="╭" -CD_BOX_HORIZONTAL="─" CD_BOX_LEFT="╴" CD_BOX_RIGHT="╶" CD_BOX_UP="╰" @@ -753,7 +752,7 @@ CD_PM_APT="apt" CD_PM_DNF="dnf" CD_PM_PACMAN="pacman" -CD_HORIZONTAL="${CD_BOX_HORIZONTAL}╌╌┄┄┈┈" +CD_HORIZONTAL="────╌╌╌╌┄┄┄┄┈┈┈┈" CD_OPEN="${CD_BOX_DOWN}${CD_BOX_LEFT}" CD_DOWN="${CD_BOX_DOWN}${CD_HORIZONTAL}"