Load a meaningless zle-line-init early so we won't ever get warnings about it being missing

This commit is contained in:
Danielle McLean 2016-10-07 09:54:42 +11:00
parent 3d5a5260cf
commit 5c13c69a84
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -1,4 +1,7 @@
#! zsh
zle-line-init() {}
zle -N zle-line-init
autoload -Uz select-word-style
select-word-style shell