From: Aaron Kc Hsu Date: Mon, 27 Jul 2020 02:08:37 +0000 (-0600) Subject: add bypass alias to bat cheat sheet X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=ed959c0161f22a4ef0e24d2509d5ae7158dfa27c add bypass alias to bat cheat sheet --- 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