Files
modules/init
Xavier Delaruelle 711c90104f Update stderr redirection for new Fish shell versions
Use of '^' character to redirect stderr has been deprecated starting
Fish version 3.1. It now produces an error. Stderr should be redirected
with '2>' like on SH shells. Hopefully '2>' redirection is also
supported on old Fish versions (all version 2 support it).

Fixes #325
2020-03-19 05:29:08 +01:00
..