feat(zsh): Export nvim as default editor

This commit is contained in:
histalek 2024-09-16 15:51:43 +02:00
parent 025928ceee
commit 962d1ff194
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

4
.zshrc
View file

@ -22,8 +22,8 @@ zstyle ':completion:*' cache-path ~/.zsh/cache
HISTFILE=~/.zhistory
HISTSIZE=1000
SAVEHIST=500
#export EDITOR=/usr/bin/nano
#export VISUAL=/usr/bin/nano
export EDITOR=/usr/bin/nvim
export VISUAL=/usr/bin/nvim
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
# Set TERM for with or without TMUX