TJ Luoma schreef op 2014-10-23 14:15:
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
Looks like you made a typo: Did you mean Sites instead of sites?Why the completion turns up the correction appended to the command I have no idea.
Eric