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.
tests/lint.sh:67 loadstmux.confwhich ends withrun '~/.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 torun -b '~/.tmux/plugins/tpm/tpm' || trueinfiles/tmux/tmux.conf.