p.sh rewrite

This commit is contained in:
2024-04-23 11:23:02 +01:00
parent 40afd833d4
commit 96f875ac88
3 changed files with 211 additions and 163 deletions

View File

@@ -490,7 +490,7 @@
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [ batdiff batman batgrep ];
extraPackages = with pkgs.bat-extras; [ batdiff batman ];
};
programs.git = {
@@ -507,7 +507,6 @@
ls = "eza --icons";
ll = "eza -lhiM --git --total-size --icons --tree";
tree = "eza --tree";
grep = "batgrep";
code = "codium";
cat = "bat";
man = "batman";