chore(home): remove custom shellAliases for bat
- Deleted shell aliases for `cat` and `less` using `bat` to simplify configuration. - Maintains alias for `man` with `batman` for consistency.
This commit is contained in:
parent
1feba6079d
commit
6eb088e366
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ in
|
|||
};
|
||||
|
||||
home.shellAliases = {
|
||||
cat = "${pkgs.bat}/bin/bat --decorations never";
|
||||
less = ''${pkgs.bat}/bin/bat --decorations never --paging=always --pager "${pkgs.less}/bin/less -RF"'';
|
||||
man = "${pkgs.bat-extras.batman}/bin/batman";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue