improvement: disable nvim in favor of helix for now

This commit is contained in:
Christoph Hollizeck 2024-10-10 23:47:00 +02:00
parent 108be9cb10
commit 12d58b9636
6 changed files with 17 additions and 19 deletions

View file

@ -35,7 +35,7 @@ in
set -x GROFF_NO_SGR 1
'';
shellAliases = {
vim = "nvim";
vim = "hx";
ls = "colorls --gs";
l = "ls -l";
la = "ls -la";