Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cdpaths and completions
- X-seq: zsh-users 266
- From: Siddharth Ram <srram@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: cdpaths and completions
- Date: Fri, 28 Jun 1996 18:58:05 -0700 (PDT)
is there a way I can do have completions on my cdpath variable ?
ie if my cdpath looks like
{
${HOME}
${HOME}/libs/gnu
}
and my directory structure includes
${HOME}/libs/gnu/readline
${HOME}/libs/gnu/readheader
${HOME}/libs/gnu/fileutils
I would like to be able to say
cd read<tab>
and get completion options of readline and readheader.
thanks
siddharth
Messages sorted by:
Reverse Date,
Date,
Thread,
Author