mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
bat: no pager
This commit is contained in:
parent
384de6f9db
commit
5c00978ca7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
''))
|
||||
|
||||
(writeShellScriptBin "bat" ''
|
||||
${bat}/bin/bat --color=always --wrap=never --terminal-width=80 "$@"
|
||||
${bat}/bin/bat --pager=never --color=always --wrap=never --terminal-width=80 "$@"
|
||||
'')
|
||||
|
||||
(writeShellScriptBin "hd" ''
|
||||
|
|
Loading…
Reference in a new issue