Skip to content

Silence tmux availability check - #219

Open
4lllex wants to merge 1 commit into
DarthSim:masterfrom
4lllex:suppress-tmux-check-output
Open

Silence tmux availability check#219
4lllex wants to merge 1 commit into
DarthSim:masterfrom
4lllex:suppress-tmux-check-output

Conversation

@4lllex

@4lllex 4lllex commented Sep 3, 2026

Copy link
Copy Markdown

When installed as a gem there is an unintended output from overmind command:

$ mise x ruby -- overmind -h | head -2
/usr/bin/tmux
NAME:

$ mise x go -- overmind -h | head -2
NAME:
   Overmind - The mind to rule processes of your development environment

The change doesn't affect the return value:

system("which tmux")
# /usr/bin/tmux
# => true

system("which tmux", out: IO::NULL)
# => true

system("which tshmux", out: IO::NULL)
# => false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant