mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
move bat cat explanation from usage to alias
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user