Use Neovim as $EDITOR

This commit is contained in:
2024-08-11 00:08:39 -04:00
parent 1a4fd13f90
commit 7fbb890c16

View File

@@ -25,7 +25,7 @@ zstyle ':completion:*:descriptions' format %d
export COMPLETION_WAITING_DOTS="true"
export TERM="xterm-256color"
export GPG_TTY=$(tty)
export EDITOR="code -nw"
export EDITOR="nvim"
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH"