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() {