Add preferences.zsh, including preferences for EDITOR.

This commit is contained in:
powermaker450 2024-08-10 10:10:58 -04:00
parent 0813162ab3
commit eafeba28e5

1
preferences.zsh Normal file
View file

@ -0,0 +1 @@
nvim -v 2>&1 >/dev/null && export EDITOR=nvim