From b35a74b73a381e120d9c1bcc6b2ed882fad7a2ba Mon Sep 17 00:00:00 2001 From: nazdridoy <45564804+nazdridoy@users.noreply.github.com> Date: Thu, 22 Feb 2024 03:08:46 +0600 Subject: [PATCH] Turn off line numbers to preserve the default behavior of cat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57baf2b0..07968733 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ characters: By default, `bat` pipes its own output to a pager (e.g. `less`) if the output is too large for one screen. If you would rather `bat` work like `cat` all the time (never page output), you can set `--paging=never` as an option, either on the command line or in your configuration file. -If you intend to alias `cat` to `bat` in your shell configuration, you can use `alias cat='bat --paging=never'` to preserve the default behavior. +If you intend to alias `cat` to `bat` in your shell configuration, you can use `alias cat='bat --style=plain --paging=never'` to preserve the default behavior. #### File concatenation