diff --git a/.tmux.conf b/.tmux.conf index cd065a4..d141711 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1492,9 +1492,9 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration' # fi # # if [ "$_tmux_version" -gt 260 ]; then -# tmux set -gu '@tpm-install' \; set -gu '@tpm-update' \; set -gu '@tpm-clean' \; set -gu '@plugin' \; set -gu '@tpm_plugins' +# tmux set -gu '@tpm-install' \; set -gu '@tpm-update' \; set -gu '@tpm-clean' \; set -gu '@plugin' # else -# tmux set -g '@tpm-install' '' \; set -g '@tpm-update' '' \; set -g '@tpm-clean' '' \; set -g '@plugin' '' \; set -g '@tpm_plugins' '' +# tmux set -g '@tpm-install' '' \; set -g '@tpm-update' '' \; set -g '@tpm-clean' '' \; set -g '@plugin' '' # fi # fi # }