add bypass alias to bat cheat sheet
authorAaron Kc Hsu <aaronkchsu@gmail.com>
Mon, 27 Jul 2020 02:08:37 +0000 (20:08 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Mon, 27 Jul 2020 03:14:30 +0000 (21:14 -0600)
bat/README.md

index 6b830115b5efb397cd3e1e02e346a8ea28e59517..0abba3fbc436cd335afdebd493782ad4f1e83628 100644 (file)
@@ -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