Use helix as standard editor

This commit is contained in:
2024-02-23 21:45:15 +01:00
parent eaf1382493
commit 970c5a614c
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ for part in ${_path[@]} ; do
done
export PATH
export EDITOR="nvim"
export VISUAL="nvim"
export EDITOR="hx"
export VISUAL="hx"
export BROWSER="firefox"
export PAGER="less"