diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-06-13 10:13:48 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-06-13 10:13:48 +0200 |
commit | 5011bbf944c67c343a23f370495f8dd14ada9bac (patch) | |
tree | 7b26fd9c67c1b66a7978f2662464b36907d8ef03 | |
parent | a33562545d1d665c21c87ff4c01fec1d00db86ba (diff) |
explicitly use nvim as editor
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ export PATH export DEBEMAIL=deb@henk.geekmail.org #export BROWSER=iceweasel -export EDITOR=vim +export EDITOR=nvim export PAGER=less |