From fe5f80c49c5d7e55401f2be1633ced8152636251 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 1 Nov 2022 12:00:15 -0400 Subject: [PATCH] no more emacs --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 3f6e3b2..6e1e818 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -44,8 +44,8 @@ zle -N down-line-or-beginning-search export COMPLETION_WAITING_DOTS="true" -export VISUAL='emacsclient -c -a=""' -export EDITOR='emacsclient -c -a=""' +export VISUAL='nvim' +export EDITOR='nvim' path=("$HOME/bin" "$HOME/go/bin" $path) local ZSH_PLUGIN_DIR="$HOME/.zsh_plugins"