Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
default completion function
- X-seq: zsh-users 23219
- From: Pier Paolo Grassi <pierpaolog@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: default completion function
- Date: Wed, 7 Mar 2018 13:28:38 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=O/zib2BzlH6WISU6UvtOVvZKo56Rbe+4uK7y6StQLfk=; b=Z+JQFaFxztbzcIsP07NbetWVfe2CBKQnCKbW9ZL9ea0AFOOJQAGTSJpkNMp8S9VL47 vARebb1V2gUyRb+W26UvKQPgOHVCNydr/yunXo9IakA7yH4qkx4eEp5oEB+1AknJ9eSi +3Sr7Zj6S0KflYJOQmJlELRKuZpmlJdSWDtZhBitQUDNG7tLwHpW88y6ZeVm7Otqb+Ji 7rZMjU/HpxVh9GGcoxgkl4zocCzE6n9JnjTC68avl1WchsrIshwHg9iMcNEOGkGAO7Ps dU2i8rmc6ZaZurYJy4xo2jrq2+slWURnXi3276qrjnKFYGht/zfd2d9Fo+e/ShiCdzGh JiSA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello everybody, I would like to make the completion function _gnu_generic
the default completion for those functions that don't have something more
specific attached to them.
If I use:
zstyle ':completion:*' completer _gnu_generic
a command like docker that has his own completion loses it and gets
completed with _gnu_generic.
How can I set a default like that without overwriting existing more
specific completion?
thanks
--
Pier Paolo Grassi
email: pierpaolog@xxxxxxxxx
linkedin: https://www.linkedin.com/in/pier-paolo-grassi-19300217
fondatore: https://www.meetup.com/it-IT/Machine-Learning-TO
Messages sorted by:
Reverse Date,
Date,
Thread,
Author