Add back EDITOR=vim, fixing ranger editor

This commit is contained in:
Elnu 2022-10-14 15:23:16 -07:00
parent 845d0ac7fb
commit b5e7eae202

View file

@ -12,4 +12,8 @@
set shiftwidth=2
'';
};
home.sessionVariables = {
EDITOR = "vim";
};
}