split
This commit is contained in:
parent
ecb4f805fe
commit
d638c7c059
1 changed files with 3 additions and 3 deletions
6
cd.sh
6
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 "${@}"
|
||||
|
|
Loading…
Reference in a new issue