diff options
Diffstat (limited to 'modules/basic-tools')
| -rw-r--r-- | modules/basic-tools/default.nix | 1 | ||||
| -rw-r--r-- | modules/basic-tools/zsh.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 60fbeb9..c6c2590 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -69,6 +69,7 @@ environment.shellAliases = { vim = "nvim"; grep = "grep --color=auto"; + e = "emacseditor -c -n"; }; programs.iftop.enable = true; 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"; }; |
