step
This commit is contained in:
parent
724f28d17f
commit
c3e6ec5a34
1 changed files with 3 additions and 3 deletions
6
cd.sh
6
cd.sh
|
@ -308,9 +308,9 @@ cd_step () {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
CD_STEP=$((CD_STEP+1))
|
CD_STEP=$((CD_STEP+1))
|
||||||
echo "\
|
echo "\
|
||||||
\\
|
╭─┄┈
|
||||||
${CD_STEP} ${1}
|
│ ${CD_STEP} ${1}
|
||||||
/
|
╰─┄┈
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue