X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=fc970625a0d3c65846a17a224ae341b734958d11;hb=1317ff557566fba644ea519f643f951e68adbc0e;hp=6cd9d24a44ff8eddd34ebfda05257fa407e17d0e;hpb=5afe1a231d01ccbdfb747c397f760eb936004814;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6cd9d24..fc97062 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -770,7 +770,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 head hnb ipacsum mv \ + for compcom in cp deborphan df feh fetchipac gpasswd head hnb ipacsum mv \ pal stow tail uname ; do [[ -z ${_comps[$compcom]} ]] && compdef _gnu_generic ${compcom} done; unset compcom