From 34803e220d07f1ba249196d73d128238f4f5b8fa Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 6 Dec 2018 19:29:05 -0500 Subject: [PATCH] fix plugin install from outside tmux --- scripts/post-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 3c174ac..5cf45e0 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -4,8 +4,8 @@ vim -E +"call dein#update()" +"qall!" /dev/null &>/dev/null # install tmux plugins -~/.tmux/plugins/tpm/bin/install_plugins -~/.tmux/plugins/tpm/bin/clean_plugins +tmux run-shell ~/.tmux/plugins/tpm/bin/install_plugins +tmux run-shell ~/.tmux/plugins/tpm/bin/clean_plugins systemctl --user daemon-reload systemctl --user enable --now tmux.service