tabs
This commit is contained in:
parent
69e71ee1a3
commit
4b55ac1155
1 changed files with 5 additions and 5 deletions
10
sh/self.sh
10
sh/self.sh
|
@ -4,31 +4,31 @@
|
||||||
# show the cached code
|
# show the cached code
|
||||||
#= rc
|
#= rc
|
||||||
rwx_code() {
|
rwx_code() {
|
||||||
echo "${_rwx_code}"
|
echo "${_rwx_code}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached aliases
|
# show the cached aliases
|
||||||
#= rca
|
#= rca
|
||||||
rwx_code_aliases() {
|
rwx_code_aliases() {
|
||||||
echo "${RWX_ALIASES}"
|
echo "${RWX_ALIASES}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached constants
|
# show the cached constants
|
||||||
#= rcc
|
#= rcc
|
||||||
rwx_code_constants() {
|
rwx_code_constants() {
|
||||||
echo "${RWX_CONSTANTS}"
|
echo "${RWX_CONSTANTS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached functions
|
# show the cached functions
|
||||||
#= rcf
|
#= rcf
|
||||||
rwx_code_functions() {
|
rwx_code_functions() {
|
||||||
echo "${RWX_FUNCTIONS}"
|
echo "${RWX_FUNCTIONS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached variables
|
# show the cached variables
|
||||||
#= rcv
|
#= rcv
|
||||||
rwx_code_variables() {
|
rwx_code_variables() {
|
||||||
echo "${_rwx_code_variables}"
|
echo "${_rwx_code_variables}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# meta doc
|
# meta doc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue