diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index f7f2990b..3d41090e 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -7,7 +7,6 @@ functions = builtins.readFile ./functions.sh; aliases = rec { - cd = "z"; ls = "${pkgs.coreutils}/bin/ls --color=auto -h"; la = "${ls} -a"; ll = "${ls} -la";