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"