diff --git a/modules/home/shell.nix b/modules/home/shell.nix index ee42b29..80de857 100644 --- a/modules/home/shell.nix +++ b/modules/home/shell.nix @@ -42,7 +42,6 @@ in { nu = "sudo nix flake update"; }; commandAliases = lib.mkIf cfg.improvedCommands.enable { - ".." = "cd .."; cat = "bat -p"; }; in