This commit is contained in:
Marc Beninca 2025-07-07 02:11:32 +02:00
parent ec8b414018
commit 16b772c8d9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -19,6 +19,12 @@ rwx_code() {
echo "${_rwx_code}" echo "${_rwx_code}"
} }
# show the cached aliases
#= rca
rwx_code_aliases() {
echo "${_rwx_code_aliases}"
}
# show the cached aliases and functions # show the cached aliases and functions
#= rcaf #= rcaf
rwx_code_aliases_functions() { rwx_code_aliases_functions() {