This commit is contained in:
Marc Beninca 2024-04-29 12:51:48 +02:00
parent 966f400652
commit 63b862cdd1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -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}
╰─╌┄┈ ╰─╌┄┈