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

Re: Completion of list of executables



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..



Messages sorted by: Reverse Date, Date, Thread, Author