From 05c9aeba192731354e2bb9e8a598bd9240bc7631 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sun, 15 Aug 2021 13:29:53 +0200 Subject: [PATCH] [tmux] Fix critical typo bug. --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \