tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.9k stars 417 forks source link

Update automatic tpm installation instructions to avoid linting error #234

Open lobis opened 1 year ago

lobis commented 1 year ago

Currently the automatic tpm instructions are detected as syntax error by VS Code (1:1: "if <cond>" must be followed by "then"). This can be fixed by using if-shell instead (if is an alias for if-shell so behaviour should be identical, more info at https://linux.die.net/man/1/tmux).

image

I also added some hyperlinks to original author profiles.