about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-25 19:56:27 +0900
committersefidel <contact@sefidel.net>2023-02-25 19:56:27 +0900
commit900dc53bce535b6920a554830716f0c3fa1aeae8 (patch)
tree295f51295adb501c2744aa814a704716773f4785
parentaa78f0c8355f274c8b2076df044c926df2f1cbf8 (diff)
downloadnixrc-900dc53bce535b6920a554830716f0c3fa1aeae8.tar.gz
nixrc-900dc53bce535b6920a554830716f0c3fa1aeae8.zip
feat(home/base): remove unused aliases
-rw-r--r--home/profiles/base/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 730d172..51387a2 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -213,8 +213,7 @@ in
       };
 
       zshell.aliases = {
-        e = "nvim";
-        ow = "nvim";
+        vim = "nvim";
         nvimdiff = "nvim -d";
       };