diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0bf4532..bb6d3e4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,7 +1,7 @@ set -g default-terminal 'screen-256color' set -g mouse on -run 'if [ -d "~/.tmux/plguins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi' +run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi' set -g @tpm_plugins ' \ tmux-plugins/tpm \