Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TAB-expansion problems
- X-seq: zsh-users 8585
- From: Tim Kruse <irrlicht2c@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: TAB-expansion problems
- Date: Sat, 12 Mar 2005 10:15:56 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: private
- References: <20050310.194249.41192134.Meino.Cramer@xxxxxx> <1050311051417.ZM9377@xxxxxxxxxxxxxxxxxxxxxxx> <20050311.193734.78721293.Meino.Cramer@xxxxxx>
- Reply-to: usenetreply@xxxxxxx
- Sender: news <news@xxxxxxxxxxxxx>
* On 11.03.2005 Meino Christian Cramer wrote:
> Suppose I am at my $HOME/tmp/. directory. Furthermore there is only
> ONE additional directory called "TheLonelyOne" there. And I want to
> to change into that directory. As a lazy person now I would type on
> the commandline
>
> cd <TAB>
>
> and want to get
>
> cd TheLonelyOne
>
> then instead all worldwide reachable directories as a suggestion.
Oh, I think you don't get 'all worldwide reachable' dirs. It
depends on the cdpath entry in your .zshrc:
> # Search path for the cd command
> cdpath=(.. ~ ~/src ~/zsh)
The completion system looks in all here mentioned path's for
dirs to complete.
So long,
tkr
PS: I'm new to this group and posting through gmane.org. So if
the Reply-To header is wrong I'll don't set it in further
postings.
PPS: English is not my native language - so apologize any
mistakes :-)
--
Leela: I'm sorry, but if it's fun in any way it's not environmentalism.
Paul: Oh, really? How about blowing up dams?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author