X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;fp=etc%2Fzsh%2Fzshrc;h=a1d868d95e9766fb0c1fc5f6909a2aa6b27cb75a;hb=dfede1a73065b5a648a91b88accef34f1a5e0568;hp=795cc378dfb3e94f148f171e3b04adbb200464d0;hpb=f3ebf5345a94311fa0322e510d485e3b03b77cea;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 795cc37..a1d868d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -496,11 +496,7 @@ xcat() { xunfunction() { emulate -L zsh local -a funcs - funcs=(salias xcat xsource xunfunction zrcautoload - zrcautozle - zrcbindkey - zrcgotkeymap - zrcgotwidget) + funcs=(salias xcat xsource xunfunction zrcautoload zrcautozle) for func in $funcs ; do [[ -n ${functions[$func]} ]] \ && unfunction $func