spcd_substep

This commit is contained in:
Marc Beninca 2024-08-25 15:04:41 +02:00
parent 1a41e044e6
commit c39a9ba887
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -885,12 +885,6 @@ spcd_step_out() {
SPCD_STEP=$((SPCD_STEP - 1))
}
spcd_substep() {
SPCD_SUBSTEP=$((SPCD_SUBSTEP + 1))
SPCD_SUBSTEP_TEXT="${*}"
spcd_banner
}
# ╭───────────╮
# │ functions │
# ╰───────────╯