projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd4e6a
)
add bypass alias to bat cheat sheet
author
Aaron Kc Hsu
<aaronkchsu@gmail.com>
Mon, 27 Jul 2020 02:08:37 +0000
(20:08 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Mon, 27 Jul 2020 03:14:30 +0000
(21:14 -0600)
bat/README.md
patch
|
blob
|
history
diff --git
a/bat/README.md
b/bat/README.md
index 6b830115b5efb397cd3e1e02e346a8ea28e59517..0abba3fbc436cd335afdebd493782ad4f1e83628 100644
(file)
--- a/
bat/README.md
+++ b/
bat/README.md
@@
-57,3
+57,9
@@
Edit the config file:
# no numbers or headers, just highlighting and such
--style="plain"
```
+
+For situations in which you must use `cat` exactly, remember that you can escape the alias:
+
+```bash
+\cat foo
+```
\ No newline at end of file