1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Use NeoVim as default editor

This commit is contained in:
Daniel Barber 2023-03-27 16:12:52 -05:00
parent fdaa20dff0
commit e7ed19386a

View File

@ -9,6 +9,10 @@ export HISTFILE=$HOME/.zsh_history
export HISTSIZE=4096
export SAVEHIST=4096
# use NeoVim as EDITOR
export VISUAL=nvim
export EDITOR=$VISUAL
# shared history
setopt append_history
setopt inc_append_history