aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-05-22 13:30:19 -0400
committerDeterminant <tederminant@gmail.com>2020-05-22 13:30:19 -0400
commit02b8f73d1e7e5b8c998d2c870de5d2602987e7b4 (patch)
tree0b7b17ac7d5c702562b15d91bd716a5b724579d3
parente729aa4e0a63bbda2dedf3b12df402395e8b73e8 (diff)
fix typo
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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