move bat cat explanation from usage to alias
authorAaron Kc Hsu <aaronkchsu@gmail.com>
Mon, 27 Jul 2020 03:59:25 +0000 (21:59 -0600)
committerAaron Kc Hsu <aaronkchsu@gmail.com>
Mon, 27 Jul 2020 14:35:42 +0000 (08:35 -0600)
bat/README.md

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