Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion of list of executables



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