Compare commits
3 commits
513d09f797
...
715a13e871
Author | SHA1 | Date | |
---|---|---|---|
715a13e871 | |||
20bc9fc4fb | |||
9910ad3942 |
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
b() { a__bat "${@}"; }
|
#= b
|
||||||
a__bat() {
|
a__bat() {
|
||||||
batcat \
|
batcat \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
|
@ -232,10 +232,6 @@ rwx_parse_variables() {
|
||||||
#= rt
|
#= rt
|
||||||
rwx_test() {
|
rwx_test() {
|
||||||
local item
|
local item
|
||||||
# TODO CODE
|
|
||||||
# TODO CONSTANTS
|
|
||||||
# TODO functions
|
|
||||||
# TODO variables
|
|
||||||
set \
|
set \
|
||||||
"main" \
|
"main" \
|
||||||
"alias/git" \
|
"alias/git" \
|
||||||
|
@ -246,7 +242,8 @@ rwx_test() {
|
||||||
\
|
\
|
||||||
"rwx_cache" \
|
"rwx_cache" \
|
||||||
\
|
\
|
||||||
"gsc"
|
"alias/batcat" \
|
||||||
|
"b"
|
||||||
for item in "${@}"; do
|
for item in "${@}"; do
|
||||||
echo
|
echo
|
||||||
rwx_doc "${item}"
|
rwx_doc "${item}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue