From 25ce79b4588b7f827ec85f3b1e8dd6c428a7b907 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 12:03:06 +0200 Subject: [PATCH] zsh: add alias for nvim --- modules/home-manager/zsh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 4d0428d..27fbd99 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -43,6 +43,12 @@ mplayer = "mplayer -volume 5"; # these are to create the developpement shell cenv = "nix-shell -p zsh gcc raylib libx11 libGL"; + # i always write nvim wrong :( + nbim = "nvim"; + nivm = "nvim"; + bivm = "nvim"; + nibm = "nvim"; + vikm = "nvim"; }; }; }