cd_step any
This commit is contained in:
parent
fb8ff9af61
commit
117d073138
1 changed files with 3 additions and 5 deletions
8
cd.sh
8
cd.sh
|
@ -638,14 +638,12 @@ cd_split () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_step () {
|
cd_step () {
|
||||||
if [ "${1}" ] ; then
|
CD_STEP=$((CD_STEP+1))
|
||||||
CD_STEP=$((CD_STEP+1))
|
echo -n "\
|
||||||
echo -n "\
|
|
||||||
╭─╌╌┄┄┈┈
|
╭─╌╌┄┄┈┈
|
||||||
│ ${CD_STEP} ${1}
|
│ ${CD_STEP} ${@}
|
||||||
╰─╌╌┄┄┈┈
|
╰─╌╌┄┄┈┈
|
||||||
"
|
"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_write () {
|
cd_write () {
|
||||||
|
|
Loading…
Reference in a new issue