mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-09 21:05:50 +08:00

Fish is deprecating `^` as a shortcut for stderr redirection. Replace with the more common and compatible `2>`. Fixes #609
Fish is deprecating `^` as a shortcut for stderr redirection. Replace with the more common and compatible `2>`. Fixes #609