code/functions
This commit is contained in:
parent
abca96719b
commit
d7bdca5f12
2 changed files with 6 additions and 6 deletions
|
@ -12,3 +12,9 @@ rwx_code() {
|
||||||
rwx_code_constants() {
|
rwx_code_constants() {
|
||||||
echo "${_rwx_code_constants}"
|
echo "${_rwx_code_constants}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# show the cached functions
|
||||||
|
#= rcf
|
||||||
|
rwx_code_functions() {
|
||||||
|
echo "${_rwx_code_functions}"
|
||||||
|
}
|
||||||
|
|
|
@ -7,12 +7,6 @@ rwx_code_aliases() {
|
||||||
echo "${RWX_ALIASES}"
|
echo "${RWX_ALIASES}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached functions
|
|
||||||
#= rcf
|
|
||||||
rwx_code_functions() {
|
|
||||||
echo "${_rwx_code_functions}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# show the cached variables
|
# show the cached variables
|
||||||
#= rcv
|
#= rcv
|
||||||
rwx_code_variables() {
|
rwx_code_variables() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue