mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make less = bat
This commit is contained in:
parent
917d1dfd45
commit
b3a23637f9
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,10 @@
|
|||
PAGER = "bat --plain";
|
||||
};
|
||||
|
||||
environment.shellAliases.cat = "bat";
|
||||
environment.shellAliases = {
|
||||
cat = "bat";
|
||||
less = "bat --plain";
|
||||
};
|
||||
})
|
||||
|
||||
(homeConfiguration {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
mv = "mv --verbose";
|
||||
rm = "rm --recursive --verbose";
|
||||
|
||||
less = "less -FR";
|
||||
pstree = "pstree -g 2";
|
||||
tree = "tree -CF --dirsfirst";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue