From 727763feed5cc4c86d0476d024c48cb3884fd09c Mon Sep 17 00:00:00 2001 From: Anton Shiryaev Date: Fri, 6 Apr 2018 02:09:19 +0300 Subject: [PATCH] Fixed the logic some more. --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index eff22cb..cef9024 100755 --- a/init.zsh +++ b/init.zsh @@ -15,7 +15,7 @@ fi [[ -s ${ZDOTDIR:-${HOME}}/.zimrc ]] && source ${ZDOTDIR:-${HOME}}/.zimrc # If necessary, set vi mode before loading modules -if zinput_mode='vi'; then +if ${zinput_mode}='vi'; then set -o vi else set -o emacs