Add visual text editor

This commit is contained in:
Ian Keane 2026-08-06 17:20:55 -04:00
parent 5d7833426e
commit c097a555fe

View file

@ -4,6 +4,7 @@ if ! emacsclient -e nil 2>/dev/null; then
fi fi
export EDITOR=vim export EDITOR=vim
export VISUAL="emacsclient -c"
export BROWSER=nyxt export BROWSER=nyxt
export PAGER=bat export PAGER=bat
export SHELL=/usr/bin/fish export SHELL=/usr/bin/fish