mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
zsh: add alias for nvim
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user