add bypass alias to bat cheat sheet

This commit is contained in:
Aaron Kc Hsu
2020-07-26 21:14:30 -06:00
committed by AJ ONeal
parent 3dd4e6a47d
commit ed959c0161
+6
View 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
```