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:
Harald Hoyer 2025-08-05 14:10:54 +02:00
parent 1feba6079d
commit 6eb088e366

View file

@ -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";
};