From ed959c0161f22a4ef0e24d2509d5ae7158dfa27c Mon Sep 17 00:00:00 2001 From: Aaron Kc Hsu Date: Sun, 26 Jul 2020 20:08:37 -0600 Subject: [PATCH] add bypass alias to bat cheat sheet --- bat/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bat/README.md b/bat/README.md index 6b83011..0abba3f 100644 --- 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 -- 2.25.1