code
This commit is contained in:
parent
1dd525b86c
commit
6b7598eb60
2 changed files with 8 additions and 6 deletions
8
sh/code.sh
Normal file
8
sh/code.sh
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# code
|
||||||
|
# module
|
||||||
|
|
||||||
|
# show the cached code
|
||||||
|
#= rc
|
||||||
|
rwx_code() {
|
||||||
|
echo "${_rwx_code}"
|
||||||
|
}
|
|
@ -1,12 +1,6 @@
|
||||||
# self
|
# self
|
||||||
# module
|
# module
|
||||||
|
|
||||||
# show the cached code
|
|
||||||
#= rc
|
|
||||||
rwx_code() {
|
|
||||||
echo "${_rwx_code}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# show the cached aliases
|
# show the cached aliases
|
||||||
#= rca
|
#= rca
|
||||||
rwx_code_aliases() {
|
rwx_code_aliases() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue