mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 21:35:37 +00:00
don't auto exit bat pager
This commit is contained in:
parent
46e633c8b9
commit
b0fcee6707
@ -46,7 +46,10 @@ in {
|
|||||||
|
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true; # cat replacement
|
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 = {
|
programs.fish.shellAbbrs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user