fwiw, I also see using ^ as a hard alias for 2> as a misfeature - it's one less character that behaves itself in standard text entry, causing issues like the OP is reporting, without improving anything i can tell.
if this kind of thing were implemented via an equivalent of ls -g "^"="2>" it would be trivial to disable the behaviour: ls "^"="^" being 'friendly' out of the box is nice, but not at the expense of ultimate utility - unless its goal is to be training wheels for a real shell :p *ducks* On Wed, Dec 2, 2009 at 5:57 PM, Nathan de Vries <[email protected]> wrote: > On 02/12/2009, at 5:50 PM, David Lee wrote: > > ...there might be a way to use aliases or even completion for a fix > > I'm pretty sure fish supports the Csh-style redirection syntax, so the > easiest fix is to stop using ^ for redirection :-). > > > Cheers, > > Nathan > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rails-oceania%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > > > -- cheers, David Lee -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
