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

Re: rm somefile<tab> completion issues



On 10 Jul 2009 13:34:42 -0700
Philippe Troin <phil@xxxxxxxx> wrote:
> Now if I type this:
> % ls a<TAB>
> 
> The completion offers both 'a' and 'ab'.
> 
> Now to my issue:
> % rm a<TAB>
> 
> And 'ab' is completed with 'a' being proposed.

Do you mean it goes straight to showing "ab" on the command line on the
first <TAB>?

The possibilities are limited since you're using zsh -f, but /etc/zshenv
might hold the key, or there might be a rogue completion file in fpath.
Could rm be an alias for something?

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



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