Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion bug?
- X-seq: zsh-users 19269
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: Re: tab completion bug?
- Date: Thu, 23 Oct 2014 13:31:40 +0100
- In-reply-to: <CADjGqHubg=UK+0awfnrr48YFLRy1gPC+44q7GscMM0rADMm=cw@mail.gmail.com>
- 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
- Organization: Samsung Cambridge Solution Centre
- References: <CADjGqHubg=UK+0awfnrr48YFLRy1gPC+44q7GscMM0rADMm=cw@mail.gmail.com>
On Thu, 23 Oct 2014 08:15:55 -0400
TJ Luoma <luomat@xxxxxxxxx> wrote:
> I have these lines in my ~/.zshrc:
>
> db="${HOME}/Dropbox"
>
> sites="$db/sites"
>
> If I type
>
> cd $db/
>
> and press 'tab' I get a list of all of the directories in $db
>
> BUT if I type
>
> cd $sites/
>
> and press 'tab' I get
>
> cd $sites//Users/luomat/Dropbox/Sites/
What does
echo $sites
output? If it looks sane, does
[[ -d $sites ]] || echo yes
say "yes"?
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author