improvement: disable nvim in favor of helix for now
This commit is contained in:
parent
7c5d3bc033
commit
0158f7ff06
6 changed files with 17 additions and 19 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue