Fixed the logic some more.

This commit is contained in:
Anton Shiryaev 2018-04-06 02:09:19 +03:00
parent 8105df8ca4
commit 727763feed
1 changed files with 1 additions and 1 deletions

View File

@ -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