zsh: add alias for nvim

This commit is contained in:
2026-05-17 12:03:06 +02:00
parent f19d19808f
commit 25ce79b458
+6
View File
@@ -43,6 +43,12 @@
mplayer = "mplayer -volume 5"; mplayer = "mplayer -volume 5";
# these are to create the developpement shell # these are to create the developpement shell
cenv = "nix-shell -p zsh gcc raylib libx11 libGL"; cenv = "nix-shell -p zsh gcc raylib libx11 libGL";
# i always write nvim wrong :(
nbim = "nvim";
nivm = "nvim";
bivm = "nvim";
nibm = "nvim";
vikm = "nvim";
}; };
}; };
} }