diff --git a/home/shell.nix b/home/shell.nix index f64e55c..34b0e86 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -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";