From d7bdca5f128d1f7cf76841b3f07b471583600c23 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 23:11:25 +0200 Subject: [PATCH] code/functions --- 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 59508c0..c4cef2d 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -12,3 +12,9 @@ rwx_code() { rwx_code_constants() { echo "${_rwx_code_constants}" } + +# show the cached functions +#= rcf +rwx_code_functions() { + echo "${_rwx_code_functions}" +} diff --git a/sh/self.sh b/sh/self.sh index 8a14529..b683214 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -7,12 +7,6 @@ rwx_code_aliases() { echo "${RWX_ALIASES}" } -# show the cached functions -#= rcf -rwx_code_functions() { - echo "${_rwx_code_functions}" -} - # show the cached variables #= rcv rwx_code_variables() {