From 02b8f73d1e7e5b8c998d2c870de5d2602987e7b4 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 22 May 2020 13:30:19 -0400 Subject: fix typo --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 15f5d0e..d720efb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,6 +10,6 @@ cat > ~/.tmux.conf << EOF set-option -g status-position top set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-colortag' +set -g @plugin 'Determinant/tmux-colortag' run -b '~/.tmux/plugins/tpm/tpm' EOF -- cgit v1.2.3