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"; }; }; }