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:
```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