parent
692f37fd4d
commit
825475a606
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -103,7 +103,7 @@ 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