Jason Gedge 2d3b1e090a
Remove piping of stderr. (#2247)
In any other shell, stderr is inherited like normal, and only piped if you
request it explicitly (e.g., `2>/dev/null`). In the case of a command like
`fzf`, stderr is used for the interactive selection of files. By piping it,
something like

    fzf | xargs echo

does not work. By removing all stderr piping we eliminate this issue. We can
return later with a way to deal with stderr piping when an actual use case
arises.
2020-07-24 17:56:50 +12:00
..
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-24 17:56:50 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00
2020-07-22 06:41:49 +12:00