mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
treewide: explicit control chars
This commit is contained in:
parent
32876cc5bc
commit
6f41659f99
5 changed files with 19 additions and 18 deletions
|
@ -14,7 +14,8 @@ in {
|
|||
programs.bat = enabled {
|
||||
config.theme = "base16";
|
||||
themes.base16.src = pkgs.writeText "base16.tmTheme" config.theme.tmTheme;
|
||||
config.pager = "less -FR";
|
||||
|
||||
config.pager = "less --quit-if-one-screen --RAW-CONTROL-CHARS";
|
||||
};
|
||||
}];
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ in {
|
|||
|
||||
gl = "git log";
|
||||
glo = "git log --oneline --graph";
|
||||
glp = "git log -p --ext-diff";
|
||||
glp = "git log --patch --ext-diff";
|
||||
|
||||
gpl = "git pull";
|
||||
gplr = "git pull --rebase";
|
||||
|
|
|
@ -16,7 +16,7 @@ in {
|
|||
mv = "mv --verbose";
|
||||
rm = "rm --recursive --verbose";
|
||||
|
||||
pstree = "pstree -g 2";
|
||||
pstree = "pstree -g 3";
|
||||
tree = "eza --tree --git-ignore --group-directories-first";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue