Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tab completion bug?
- X-seq: zsh-users 19267
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: tab completion bug?
- Date: Thu, 23 Oct 2014 08:15:55 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=WpM9MmYHWLAwdCp9TomNv98GOwCVI3HnWxN2Ys+N/nY=; b=SDFIx901m94f/MyeNE3v+QhV5DGRZD+Ghjv1qW3gQ2QLvyN4/gciqgAZnEMnuyvzku M8aKOTmi8xUlC9qHw+gj1/giqlOPq/ax1wJ32pEuNUDrTBcVRjVJbetCt7oZCCRKcSu5 /kPaiMo9S41woIv+04aeAizxAZHK/BIxu5HU4eE4hUBublmOFVCvGUlyt2XDaievxAPc wUrWbeQFIbOoI046E4BLUs9TyIbUM4wmPFtkYb6muBG1Zk51BiDyZ7m6S1xyFROSxBlp BtZN7eA00HhvmZTsgiZ7D440hL+c6gxvUOaAsLZjnuOEA1P5/UKzDyhCAhJX+NzsfBzP Oinw==
- 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
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/
Is this a bug or am I missing something? Because it seems like I
should be getting a list of directories in $sites/
ZSH_VERSION = 5.0.7 (Mac Homebrew compiled
(also happens in 5.0.5 -- the version bundled with OS X 10.10)
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author