Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subshell: ensure compatibility with fish 3.8
The upcoming fish 3.8 will add a feature flag to officially deprecate "%self," see fish-shell/fish-shell@8d71eef Unfortunately this can cause mc+fish to break for users who configured fish with "set -U fish_features all" which opts into any new feature flag, thus disabling %self expansion. Prevent this potential breakage by using the recommended "$fish_pid", which was introduced in fish 3.0.0 (December 2018). Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
- Loading branch information