Skip to content

Commit

Permalink
zshrc: Make options of gpasswd complete via _gnu_generic
Browse files Browse the repository at this point in the history
  • Loading branch information
ft committed Apr 9, 2014
1 parent 5afe1a2 commit 1317ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/zsh/zshrc
Expand Up @@ -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
Expand Down

0 comments on commit 1317ff5

Please sign in to comment.