cd_step
This commit is contained in:
parent
966f400652
commit
63b862cdd1
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -309,7 +309,7 @@ cd_rm () {
|
||||||
cd_step () {
|
cd_step () {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
CD_STEP=$((CD_STEP+1))
|
CD_STEP=$((CD_STEP+1))
|
||||||
echo "\
|
echo -n "\
|
||||||
╭─╌┄┈
|
╭─╌┄┈
|
||||||
│ ${CD_STEP} ${1}
|
│ ${CD_STEP} ${1}
|
||||||
╰─╌┄┈
|
╰─╌┄┈
|
||||||
|
|
Loading…
Reference in a new issue