X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=30922f7bdf12040ee09fb9e45120188f3c7b1092;hb=bcd36cbf23f304406b7541406492dc8fc317aaf7;hp=69642103e4c10ce88ebe568ed04823154a558ebe;hpb=fab8bcc2d42a8202856a8ff1e1b5b21c596c51f8;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6964210..30922f7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2613,7 +2613,8 @@ grmlcomp() { # use generic completion system for programs not yet defined; (_gnu_generic works # with commands that provide a --help option with "standard" gnu-like output.) - for compcom in tail head feh cp mv df stow uname ipacsum fetchipac; do + for compcom in cp deborphan df feh fetchipac head hnb ipacsum mv \ + pal stow tail uname ; do [[ -z ${_comps[$compcom]} ]] && compdef _gnu_generic ${compcom} done; unset compcom