From 7d400d9031b04959601fec9ffe498eeb2bffa243 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 7 Jul 2025 00:01:06 +0200 Subject: [PATCH] code/variables --- 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 8f6851f..59c9bb5 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -23,6 +23,12 @@ rwx_code_functions() { echo "${_rwx_code_functions}" } +# show the cached variables +#= rcv +rwx_code_variables() { + echo "${_rwx_code_variables}" +} + # ╭──────┬───────╮ # │ code │ check │ # ╰──────┴───────╯ diff --git a/sh/self.sh b/sh/self.sh index 61d165e..46db7c7 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -7,12 +7,6 @@ rwx_code_aliases() { echo "${RWX_ALIASES}" } -# show the cached variables -#= rcv -rwx_code_variables() { - echo "${_rwx_code_variables}" -} - # meta doc #= rd rwx_doc() {