From 6e1de0a4ba4eaee2a706ce07cbd94bea3ef4618e Mon Sep 17 00:00:00 2001 From: Aaron Kc Hsu Date: Sun, 26 Jul 2020 21:59:25 -0600 Subject: [PATCH] move bat cat explanation from usage to alias --- bat/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bat/README.md b/bat/README.md index 0abba3f..75d12e5 100644 --- a/bat/README.md +++ b/bat/README.md @@ -35,6 +35,12 @@ Update your `.bashrc`, `.zshrc`, or `.profile` alias cat="bat --style=plain" ``` +For situations in which you must use `cat` exactly, remember that you can escape the alias: + +```bash +\cat foo +``` + ### How to change the default behavior Take a look at the config options: @@ -56,10 +62,4 @@ Edit the config file: ```txt # 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