chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale...
[webi-installers/.git] / bat / README.md
index 0abba3fbc436cd335afdebd493782ad4f1e83628..b263334345ccc6d44aa0e87b0175104b6bbe251a 100644 (file)
@@ -35,6 +35,13 @@ 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:
@@ -57,9 +64,3 @@ 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