From 56618146f04d7a6b4e63a9a1cabb2f54efc2c996 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 17 Dec 2020 08:34:03 -0500 Subject: [PATCH] EDITOR to emacs --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index d90f137..ba0385a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -36,8 +36,8 @@ zle -N down-line-or-beginning-search export COMPLETION_WAITING_DOTS="true" -export VISUAL='edit' -export EDITOR='edit' +export VISUAL='emacs' +export EDITOR='emacs' path=("$HOME/bin" "$HOME/go/bin" $path) zstyle ':znap:*' auto-compile no