chore(zsh): change default editor to NeoVim

This commit is contained in:
Stefan Imhoff
2021-12-07 15:16:18 +01:00
parent 37ba2850c2
commit 40494f6437

4
zshrc
View File

@@ -65,8 +65,8 @@ bindkey -M viins '^x^j' fzf-cd-widget # (j)ump
export KEYTIMEOUT=1
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
export GIT_EDITOR=vim
export EDITOR=vim
export GIT_EDITOR=nvim
export EDITOR=nvim
path=(
$HOME/.dotfiles/bin