From d70ec93b98d1642cadb2f72a7acc3b90d580e2d7 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 15 Sep 2025 18:13:51 +0200 Subject: add shortcut for emac --- modules/basic-tools/zsh.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/basic-tools/zsh.nix') diff --git a/modules/basic-tools/zsh.nix b/modules/basic-tools/zsh.nix index 8e47207..2cbf70a 100644 --- a/modules/basic-tools/zsh.nix +++ b/modules/basic-tools/zsh.nix @@ -8,7 +8,6 @@ lt = "ls --tree"; vim = "nvim"; grep = "grep --color=auto"; - e = "$EDITOR"; v = "$EDITOR"; }; -- cgit v1.3.1