SPACEFISH_HOST_SHOW valid values
halbrd opened this issue ยท 1 comments
Bug Report
Current Behavior
According to the docs at https://spacefish.matchai.me/docs/Options.html#char, the valid values for SPACEFISH_HOST_SHOW
should be true
and false
.
(no SSH session was active)
SPACEFISH_HOST_SHOW = true
does not cause the host to be displayed
SPACEFISH_HOST_SHOW = always
causes the host to be displayed
Expected Behavior
The docs imply that
SPACEFISH_HOST_SHOW = true
should cause the host to be displayed
SPACEFISH_HOST_SHOW = always
should be invalid
Relevant Fish
Configuration
set SPACEFISH_PROMPT_ORDER user host dir
set SPACEFISH_HOST_SHOW always
set SPACEFISH_HOST_PREFIX 'on '
set SPACEFISH_HOST_COLOR red
set SPACEFISH_HOST_COLOR_SSH green
Environment
- Spacefish version: 2.6.0
- Fish version: fish, version 3.0.2
- Fish plugin manager: oh-my-fish
- Terminal emulator: Konsole
- Operating system: Manjaro 18.0.4
Possible Solution
I think the docs just need to be updated.
Additional context/Screenshots
N/A
๐ This issue has been resolved in version 2.6.1 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐