home/shell: cloc -> tokei

This commit is contained in:
2025-03-26 14:15:04 +01:00
parent 7a2155b30c
commit a2f54a8f72

View File

@@ -52,6 +52,9 @@ in {
cp_ = "${pkgs.coreutils}/bin/cp";
cp = p "xcp";
cloc_ = p "cloc";
cloc = p "tokei";
df_ = "${pkgs.coreutils}/bin/df";
df = p "duf";