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

Re: Prefixed backslash removed when completing command



On 27 October 2010 14:23, ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx> wrote:
> Peter Stephenson <Peter.Stephenson@xxxxxxx> writes:
>
> [...]
>> +remove an initial backslash following by a character that isn't special,
>                               ^^^^^^^^^
> followed
>
> Thanks for that addition, I tended to think the same as Mikael (Auno)
> before (i.e. routinely use backslash to prevent alias expansion, not
> realising quotes work just as well).

Another thing that will incidentally prevent alias expansion and still
run the command is prefixing the command with a = (this will expand
the word to the full path to the binary, anywhere on the command
line).

-- 
Mikael Magnusson



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