summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index fb9bcfca..0ff7f519 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -120,6 +120,9 @@ in
       sudo = "sudo ";
       watch = "watch ";
 
+      e = "$EDITOR";
+      se = "sudo -e";
+
       d = "docker";
       db = "docker build";
       dr = "docker run";