This commit is contained in:
Marc Beninca 2024-06-05 14:46:56 +02:00
parent 2c85bcc6bc
commit b6b8e03b50
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

6
cd.sh
View file

@ -577,7 +577,7 @@ CD_STEP = ${CD_STEP}
$(cd_echo CD_OPEN)
$(cd_echo CD_DOWN)
$(cd_echo CD_VERTICAL CD_SPLIT)
$(cd_echo CD_VERTICAL CD_SPLT)
$(cd_echo CD_UP)
$(cd_echo CD_SHUT)
@ -705,7 +705,7 @@ cd_shut () {
}
cd_split () {
echo "${CD_SPLIT}"
echo "${CD_SPLT}"
}
cd_step () {
@ -760,7 +760,7 @@ CD_HORIZONTAL="${CD_BOX_HORIZONTAL}╌╌┄┄┈┈"
CD_VERTICAL="${CD_BOX_VERTICAL}"
CD_DOWN="${CD_BOX_DOWN}${CD_HORIZONTAL}"
CD_SPLIT="${CD_BOX_RIGHT}${CD_HORIZONTAL}"
CD_SPLT="${CD_BOX_RIGHT}${CD_HORIZONTAL}"
CD_UP="${CD_BOX_UP}${CD_HORIZONTAL}"
# run

View file

@ -121,7 +121,7 @@ def shut(*arguments):
def split():
print(env.CD_SPLIT, flush=True)
print(env.CD_SPLT, flush=True)
def step(*arguments):