mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-13 12:51:15 -03:00
This wasn't added to the prompt status order, so it was computed and then not used for the informative prompt. We still check later if we should compute it, so this is harmless if showstashstate is unset. Fixes #7136.