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