From a3cadd92c9b27c95034095a20fddcc7525b99ee3 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 13 Mar 2024 11:33:38 +0100 Subject: [PATCH] Remove alias ".." --- modules/home/shell.nix | 1 - 1 file changed, 1 deletion(-) 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