Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh completion for umount
- X-seq: zsh-users 22049
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh completion for umount
- Date: Sun, 30 Oct 2016 20:38:09 +0100
- Cc: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- In-reply-to: <20161030153537.GB12137@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <5815DDAB.8070307__40712.3355348178$1477828401$gmane$org@gmx.ch> <20161030153537.GB12137@fujitsu.shahaf.local2>
> On 2016-10-30 16:35, Daniel Shahaf wrote:
>
> Try «umount ./m<TAB>».
does not work
> Are you sure you have completion enabled (run «autoload compinit;
> compinit»)? What's the output of «echo $OSTYPE» on your system? I get
> 45 matches when I do «mount -o <TAB>» on linux.
I have completion enabled in my .zshrc:
autoload -Uz compinit
compinit -D
running "autoload compinit" again does not make any difference.
echo $OSTYPE
linux-gnu
> The problems may well be specific to your setup, especially considering
> you've only recently started using zsh. If some functionality bothers
> you, describe the problem and we can see about solving it.
When I remove everything from .zshrc, and only leave following two lines:
autoload -Uz compinit
compinit -D
then completion for mount -o <TAB> starts working, same as you describe.
That is great progress. But umount m<TAB> still does not complete, nor
does umount ./m<TAB>
Cheers,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author