Fixed the logic some more.
This commit is contained in:
parent
8105df8ca4
commit
727763feed
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
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
|
||||
|
|
Loading…
Reference in a new issue