X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=44de6e8f1e565bc7be50fd573565a83d72ae006c;hb=2cf5d4eb6678279f7720fcee8e08e77aa76a68c6;hp=58ff6a613a8f664e2f81f4953e835d29bfd734c1;hpb=82921ea7f7c752a1163f99f1022ee40da0652af9;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 58ff6a6..44de6e8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2042,7 +2042,7 @@ help_zle_parse_keybindings() if [[ -r $HELP_ZLE_CACHE_FILE ]]; then local load_cache=0 - for f ($KEYBINDING_FILES) [[ $f -nt $HELP_ZLE_CACHE_FILE ]] && load_cache=1 + for f ($HELPZLE_KEYBINDING_FILES) [[ $f -nt $HELP_ZLE_CACHE_FILE ]] && load_cache=1 [[ $load_cache -eq 0 ]] && . $HELP_ZLE_CACHE_FILE && return fi