From 40068946652a5df16468d22d0dbe9c39b85733ed Mon Sep 17 00:00:00 2001 From: mlunax Date: Thu, 24 Sep 2020 20:26:05 +0200 Subject: [PATCH] change EDITOR to kak --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0274f81..3214a83 100644 --- a/.zshrc +++ b/.zshrc @@ -9,7 +9,7 @@ source $ZSH/oh-my-zsh.sh plugins=(git docker virtualenv) -export EDITOR=vim +export EDITOR=kak export JAVA_HOME= for f in $OTHER/*.zsh; do