mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
added vim alias to nvim
This commit is contained in:
parent
6081a0f3ab
commit
9d1d1094fe
|
@ -33,6 +33,7 @@
|
|||
enableCompletion = true;
|
||||
shellAliases = {
|
||||
ls = "eza --group-directories-first";
|
||||
vim = "nvim";
|
||||
};
|
||||
initExtra =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue