code/aliases_commands

This commit is contained in:
Marc Beninca 2025-07-07 00:17:58 +02:00
parent 7d400d9031
commit e157a1ecf7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 9 additions and 9 deletions

View file

@ -11,6 +11,12 @@ rwx_code() {
echo "${_rwx_code}"
}
# show the cached aliases
#= rcac
rwx_code_aliases_commands() {
echo "${_rwx_code_aliases_commands}"
}
# show the cached constants
#= rcc
rwx_code_constants() {