From abca96719bce4ce91e952fca50a456237ba43a6e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 23:10:52 +0200 Subject: [PATCH] code/constants --- sh/code.sh | 6 ++++++ sh/self.sh | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sh/code.sh b/sh/code.sh index a8a09d4..59508c0 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -6,3 +6,9 @@ rwx_code() { echo "${_rwx_code}" } + +# show the cached constants +#= rcc +rwx_code_constants() { + echo "${_rwx_code_constants}" +} diff --git a/sh/self.sh b/sh/self.sh index 156d103..8a14529 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -7,12 +7,6 @@ rwx_code_aliases() { echo "${RWX_ALIASES}" } -# show the cached constants -#= rcc -rwx_code_constants() { - echo "${_rwx_code_constants}" -} - # show the cached functions #= rcf rwx_code_functions() {