diff options
author | sefidel <contact@sefidel.net> | 2023-02-25 19:56:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-25 19:56:27 +0900 |
commit | 900dc53bce535b6920a554830716f0c3fa1aeae8 (patch) | |
tree | 295f51295adb501c2744aa814a704716773f4785 /home/profiles | |
parent | aa78f0c8355f274c8b2076df044c926df2f1cbf8 (diff) | |
download | nixrc-900dc53bce535b6920a554830716f0c3fa1aeae8.tar.gz nixrc-900dc53bce535b6920a554830716f0c3fa1aeae8.zip |
feat(home/base): remove unused aliases
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/default.nix | 3 |
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"; }; |