David Bremner wrote: > I got a bit discouraged when I realized that the use of ^ in > fish and git clashes. Then I thought about it a little and realized > it clashes with regexes too. I'm not sure how much pain and suffering > it will take to learn to quote every caret.
(fwiw), I've always quoted my regexes with single-quotes, in any shell -- it's just not worth worrying about *, \, etc, etc. sneaking in there (unless the particular "regex" just contains alphanumeric, dashes and underscores) but e.g. git sounds a little more annoying for fish (though I haven't used git myself) -Isaac ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
