split,step
This commit is contained in:
parent
1998b57e89
commit
54dd37f1c3
1 changed files with 8 additions and 2 deletions
10
cd.sh
10
cd.sh
|
@ -352,13 +352,19 @@ local file
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cd_split () {
|
||||||
|
echo -n "\
|
||||||
|
╶─╌╌┄┄┈┈
|
||||||
|
"
|
||||||
|
}
|
||||||
|
|
||||||
cd_step () {
|
cd_step () {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
CD_STEP=$((CD_STEP+1))
|
CD_STEP=$((CD_STEP+1))
|
||||||
echo -n "\
|
echo -n "\
|
||||||
╭─╌┄┈
|
╭─╌╌┄┄┈┈
|
||||||
│ ${CD_STEP} ${1}
|
│ ${CD_STEP} ${1}
|
||||||
╰─╌┄┈
|
╰─╌╌┄┄┈┈
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue