Skip to content

Fix tmux lint: tpm not installed causes false lint failure #79

Description

@jangroth

tests/lint.sh:67 loads tmux.conf which ends with run '~/.tmux/plugins/tpm/tpm'. If tpm is not installed (e.g. CI or fresh Docker), the lint check fails with non-zero exit even though the config is valid. Fix: change to run -b '~/.tmux/plugins/tpm/tpm' || true in files/tmux/tmux.conf.

Metadata

Metadata

Assignees

Labels

agent-safeSafe for automated agents to implementtodoTracked TODO item

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions