From 84700e9cc55d1186c84efaa276dd351ff32ca852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 17 May 2023 17:14:12 +0200 Subject: [PATCH] Attempt at fixing tmux --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0ddf2c4..33567bd 100755 --- a/install.sh +++ b/install.sh @@ -155,5 +155,5 @@ if $TMUX; then ln -s $PWD/tmux $XDG_CONFIG_HOME/tmux git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm - $XDG_DATA_HOME/tmux/plugins/tpm/bin/install_plugins + zsh -c "$XDG_DATA_HOME/tmux/plugins/tpm/bin/install_plugins" fi