tmux-plugins/tpm

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

Open

#181 创建于 2020年9月16日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Shell (487 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (14,684 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南