From 5532f2c64fe1f27439d2e31caa4a9222f19720db Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Wed, 8 Feb 2023 17:06:10 +0100 Subject: [PATCH] Add tmux plugin install warning --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index f4947cc..f1daea2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -73,5 +73,6 @@ set -g message-style 'fg=colour232 bg=colour16 bold' ####################### # Plugin manager +# If plugin installation does not work, run $TPM/bin/install_plugins set -g @plugin 'tmux-plugins/tpm' run '~/.tmux/plugins/tpm/tpm'