fix
This commit is contained in:
parent
ec8b414018
commit
16b772c8d9
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ rwx_code() {
|
|||
echo "${_rwx_code}"
|
||||
}
|
||||
|
||||
# show the cached aliases
|
||||
#= rca
|
||||
rwx_code_aliases() {
|
||||
echo "${_rwx_code_aliases}"
|
||||
}
|
||||
|
||||
# show the cached aliases and functions
|
||||
#= rcaf
|
||||
rwx_code_aliases_functions() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue