tmux-plugins/tpm

TPM doesn't run from separate config sourced inside of .tmux.conf

Aberta

#181 aberto em 16 de set. de 2020

 (4 comentários) (0 reação) (0 responsável)Shell (487 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (14.684 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I use Thoughtbot's dotfiles to manage all my dotfiles. All of the default configs from their dotfiles look for and source a local version. So at the bottom of .tmux.conf there is

# Local config
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'

Adding the plugins and run ~/.tmux/plugins/tpm/tpm inside of .tmux.conf.local does not work. The install says it's complete and to hit Enter but hitting Enter does nothing. The plugins don't get downloaded at all.

Guia do colaborador