Skip to content

Fix 20_setup_tmux.sh: install_plugins runs unconditionally on every make install #81

Description

@jangroth

$HOME/.tmux/plugins/tpm/bin/install_plugins in scripts/20_setup_tmux.sh:24 runs on every make install, making repeat runs unnecessarily slow. Fix: move inside the if [ -n "$DOT_FORCE" ] || [ ! -d … ] block so it only runs when forced or tpm is missing.

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