fish-shell / fish-shell/fish-shell
allow redirecting file descriptors for the current shell
Open
enhancement
- Dominant language
- Rust
- Stars
- 34.2k
- Forks
- 2.4k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 13
Description
There's a feature of bash that allows one to set redirections for the current shell. It's used by running [`exec`](http://wiki.bash-hackers.org/commands/builtin/exec) without a command.
> If only redirections are given, the redirections affect the current shell without executing any program.
I've searched and as far as I can tell this is not possible with fish.
Contributor guide
Assessment
This issue has not been assessed yet.