mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
fish_private_mode is active if set to something non-empty, but the docs suggested checking if it is set at all. Switch the docs to match the implementation through `test -n "$fish_private_mode"` Fixes #8001