X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=bat%2FREADME.md;h=75d12e5d550c8f6b0009edd0aa5b0063796c36d3;hb=a217150c172d705f42f8645fb18235af5be60c33;hp=0abba3fbc436cd335afdebd493782ad4f1e83628;hpb=ed959c0161f22a4ef0e24d2509d5ae7158dfa27c;p=webi-installers%2F.git 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