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}"