back to vim as editor

This commit is contained in:
Michael Chalupiak
2025-08-15 22:00:27 -04:00
parent 3f2d0991c2
commit ec8260daaf
3 changed files with 8 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ alias zf='z $(flirt)'
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
# if [ -z "$EDITOR" ]; then
# export EDITOR='kak'
export EDITOR='helix'
export EDITOR='nvim'
# fi
if [ -f ~/.bash_aliases ]; then