1
0
Fork 0
mirror of synced 2024-06-02 23:31:11 -04: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 [[ -s ${ZDOTDIR:-${HOME}}/.zimrc ]] && source ${ZDOTDIR:-${HOME}}/.zimrc
# If necessary, set vi mode before loading modules # If necessary, set vi mode before loading modules
if zinput_mode='vi'; then if ${zinput_mode}='vi'; then
set -o vi set -o vi
else else
set -o emacs set -o emacs