mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 10:45:33 +08:00
![ridiculousfish](/assets/img/avatar_default.png)
This partially reverts 5b489ca30f
, with
carets acting as redirections unless the stderr-nocaret flag is set.
This flag is off by default but may be enabled on the command line:
fish --features stderr-nocaret
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
--features 'no-stderr-nocaret' -c 'echo -n careton:; echo ^/dev/null'
|