Load a meaningless zle-line-init early so we won't ever get warnings about it being missing
This commit is contained in:
parent
3d5a5260cf
commit
5c13c69a84
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#! zsh
|
#! zsh
|
||||||
|
zle-line-init() {}
|
||||||
|
zle -N zle-line-init
|
||||||
|
|
||||||
autoload -Uz select-word-style
|
autoload -Uz select-word-style
|
||||||
select-word-style shell
|
select-word-style shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue