Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completing commands
- X-seq: zsh-workers 19023
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: completing commands
- Date: Wed, 3 Sep 2003 14:30:41 +0000
- In-reply-to: <25211.1062585848@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <25211.1062585848@xxxxxxx>
On Sep 3, 11:44am, Peter Stephenson wrote:
}
} Completing executable file or directory
} <list of directories>
} Completing directory
} <the same list of directories>
}
} The second list comes from autocd --- it doesn't need to be the same
} list, because it can use cdpath, but often it is the same list because
} e.g. I typed ./ first. Any thoughts about fixing this?
zstyle ':completion:*:*:-command-:*:directories' group-name executables
Messages sorted by:
Reverse Date,
Date,
Thread,
Author