bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Completion of =* directories


From: Chet Ramey
Subject: Re: Completion of =* directories
Date: Mon, 24 Apr 2006 15:58:48 -0400

> Behaviour+recipe:  I have a directory containing subdirs "=e" and  
> "=p" (mnemonic names used allover my
> file system to keep track of files such that directories are sorted  
> at top when typing ls). When
> writing e.g. ls = and pressing tab, incorrect completion behaviour is  
> given.

The `=' is special to the completion code.  Either quote it using a
backslash or remove it from $COMP_WORDBREAKS.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                                Live Strong.
Chet Ramey, ITS, CWRU    chet@case.edu    http://tiswww.tis.case.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]