[tmux] Fix critical typo bug.

This commit is contained in:
Keanu Timmermans 2021-08-15 13:29:53 +02:00
parent ba349ba7f5
commit 05c9aeba19
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 1 deletions

View File

@ -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 \