X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=4ad12c6b117843180aa2140b189d779af11db080;hp=f38e2fdda2e88d8b2e74f5f6bd9e22cf25fa9904;hb=1049e383c183bce753a1f11fdc05ddd0a3f1942e;hpb=f88badc74fc25dc204a05e9cb95297688e9ccac0 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f38e2fd..4ad12c6 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -786,7 +786,7 @@ 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 cp deborphan df feh fetchipac gpasswd head hnb ipacsum mv \ - pal stow tail uname ; do + pal stow uname ; do [[ -z ${_comps[$compcom]} ]] && compdef _gnu_generic ${compcom} done; unset compcom