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 () {
|
cd_split () {
|
||||||
echo -n "\
|
echo "${CD_SPLIT}"
|
||||||
${CD_BOX_RIGHT}${CD_BOX_HORIZONTAL}
|
|
||||||
"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_step () {
|
cd_step () {
|
||||||
|
@ -746,5 +744,7 @@ CD_PM_APT="apt"
|
||||||
CD_PM_DNF="dnf"
|
CD_PM_DNF="dnf"
|
||||||
CD_PM_PACMAN="pacman"
|
CD_PM_PACMAN="pacman"
|
||||||
|
|
||||||
|
CD_SPLIT="${CD_BOX_RIGHT}${CD_BOX_HORIZONTAL}"
|
||||||
|
|
||||||
# run
|
# run
|
||||||
cd_main "${@}"
|
cd_main "${@}"
|
||||||
|
|
Loading…
Reference in a new issue