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