oh-my-fish / plugin-foreign-env

Run foreign bash scripts and capture exported environment variables
MIT License
221 stars 15 forks source link

Make stderr redirection compatible with Fish 3.0. #18

Closed bobthecow closed 5 years ago

bobthecow commented 5 years ago

Fish has deprecated ^ as a shortcut for stderr redirection in 3.0. Replace it with the more compatible 2>.

See oh-my-fish/oh-my-fish#609 and oh-my-fish/oh-my-fish#618

bobthecow commented 5 years ago

🤘