no, unfortunately '&|' is missing. You can redirect error output to the  
pipe separately with '^|' or '2>|'. If you want '&|' very much, you can  
leave an issue here github.com/fish-shell/fish-shell.

Maxim

On Mon, 26 Nov 2012 17:24:15 +0400, Leonardo Boiko <leobo...@gmail.com>  
wrote:

> Oh, I had missed that. Thanks! Would it make sense to make it the
> default? Is there an option that gets &| too?
>
> On 26 November 2012 11:18, Maxim Gonchar <gma...@gmail.com> wrote:
>> Hi Leonardo,
>>
>> try this:
>> set -U fish_color_redirection magenta
>>
>> Maxim
>>
>>
>> On Mon, 26 Nov 2012 16:55:39 +0400, Leonardo Boiko <leobo...@gmail.com>
>> wrote:
>>
>>>     > set | grep ^fish
>>>     → An error occurred while redirecting file 'fish'
>>>
>>> Ops! unlike sh, ^ is a metacharacter in fish! (So I have to learn a
>>> new habit and escape it.)
>>>
>>> I found myself wishing that this circumflex were colored differently
>>> than regular arguments (so that I knew, at a glance, that it wouldn't
>>> be sent as-is to the command).  In this fish, I notice the following
>>> special characters are colored cyan:
>>>
>>>     $\*?(){}~%
>>>
>>> Also quotes (single and double) are yellow with their contents, hash
>>> is dark-red with the following comment, and >; are bright red.
>>>
>>> However, the following special characters are just in the plain white
>>> of normal, uninterpreted characters:
>>>
>>>     ^<&|
>>>
>>> Could we get all special characters in a different color than the
>>> nonspecial?
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Monitor your physical, virtual and cloud infrastructure from a single
>>> web console. Get in-depth insight into apps, servers, databases,  
>>> vmware,
>>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>>> Pricing starts from $795 for 25 servers or applications!
>>> http://p.sf.net/sfu/zoho_dev2dev_nov
>>> _______________________________________________
>>> Fish-users mailing list
>>> Fish-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/fish-users

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to