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