mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-12 23:45:16 +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