parent
c3e6ec5a34
commit
4dbf04fb10
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
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