From 7fbb890c161eb73f0a08ea4b0652dabcedd512bc Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Sun, 11 Aug 2024 00:08:39 -0400 Subject: [PATCH] Use Neovim as $EDITOR --- zsh/dot-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index e0e3d4a..73dfa52 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -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"