From 5c13c69a841f261029bc29362c9250a1fb99d842 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 7 Oct 2016 09:54:42 +1100 Subject: [PATCH] Load a meaningless zle-line-init early so we won't ever get warnings about it being missing --- .config/zsh/interactive/bindings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/zsh/interactive/bindings b/.config/zsh/interactive/bindings index b9fe6f8..e0e173c 100644 --- a/.config/zsh/interactive/bindings +++ b/.config/zsh/interactive/bindings @@ -1,4 +1,7 @@ #! zsh +zle-line-init() {} +zle -N zle-line-init + autoload -Uz select-word-style select-word-style shell