From b6b8e03b507e82462b27a9f23207b9b1387d4841 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 5 Jun 2024 14:46:56 +0200 Subject: [PATCH] splt --- cd.sh | 6 +++--- cd/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cd.sh b/cd.sh index 1e1dba4..8a08afe 100644 --- a/cd.sh +++ b/cd.sh @@ -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 diff --git a/cd/__init__.py b/cd/__init__.py index 6bb0000..97c2196 100644 --- a/cd/__init__.py +++ b/cd/__init__.py @@ -121,7 +121,7 @@ def shut(*arguments): def split(): - print(env.CD_SPLIT, flush=True) + print(env.CD_SPLT, flush=True) def step(*arguments):