Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion of list of executables
- X-seq: zsh-users 10025
- From: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- To: wayned@xxxxxxxxxxxxxxxxxxxxx
- Subject: Re: Completion of list of executables
- Date: Wed, 15 Mar 2006 04:11:47 +0100 (CET)
- Cc: david@xxxxxxxxxx, zsh-users@xxxxxxxxxx
- In-reply-to: <20060315025636.GC25908@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060315.034851.74754344.Meino.Cramer@xxxxxx> <20060315025636.GC25908@xxxxxxxxxxxxx>
From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: Completion of list of executables
Date: Tue, 14 Mar 2006 18:56:36 -0800
Hi,
> On Wed, Mar 15, 2006 at 03:48:51AM +0100, Meino Christian Cramer wrote:
> > export PATH="$PATH:${HOME}/bin/."
>
> Get rid of the trailing /. and completion should work fine:
>
> export PATH="$PATH:$HOME/bin"
>
> ..wayne..
>
Thanks a lot for your help ! :)
The only thing what will remain in my brain about this is (only
curiosity) the question: Why is "~/bin/." not working and works
"~/bin" correctly since "cd ~/bin/." also does the same as "cd ~/bin"
??? Isn't that a little inconsequent ? Or unlogical ?
meino
Messages sorted by:
Reverse Date,
Date,
Thread,
Author