1
0
Fork 0
mirror of synced 2024-11-16 04:55:35 -05:00

Fixed the logic some more.

This commit is contained in:
Anton Shiryaev 2018-04-06 02:09:19 +03:00
parent 8105df8ca4
commit 727763feed

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