diff options
| author | Grisha Shipunov | 2025-09-15 18:13:51 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-09-15 18:13:51 +0200 |
| commit | d70ec93b98d1642cadb2f72a7acc3b90d580e2d7 (patch) | |
| tree | dd4c33e61ead677da6cd7949147069e26bc6d3a7 /modules/basic-tools/zsh.nix | |
| parent | 45a324c5a4de1cb41129287bc212e74534d7057c (diff) | |
add shortcut for emac
Diffstat (limited to 'modules/basic-tools/zsh.nix')
| -rw-r--r-- | modules/basic-tools/zsh.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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"; }; |
