mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
don't auto exit bat pager
This commit is contained in:
parent
46e633c8b9
commit
b0fcee6707
@ -46,7 +46,10 @@ in {
|
||||
|
||||
programs.bat = {
|
||||
enable = true; # cat replacement
|
||||
config = { theme = config.theme.colors.batTheme; };
|
||||
config = {
|
||||
theme = config.theme.colors.batTheme;
|
||||
pager = "less -R"; # Don't auto-exit if one screen
|
||||
};
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
|
Loading…
Reference in New Issue
Block a user