summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2021-01-01 10:40:16 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2021-01-01 10:41:05 +0100
commitef0e30147fa8ec75183a78d17cf85bfb4e23b70a (patch)
tree3428ffddb394049d5d3905aace122f851a084b86
parent798b7d4fd5b94b96dc54048cf316e62c835dcccb (diff)
Fix order of plugins
-rw-r--r--.zsh_antigen3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zsh_antigen b/.zsh_antigen
index 30c7769..711a550 100644
--- a/.zsh_antigen
+++ b/.zsh_antigen
@@ -1,7 +1,6 @@
antigen bundle 'https://github.com/willghatch/zsh-saneopt'
antigen bundle 'https://github.com/joel-porquet/zsh-dircolors-solarized'
-antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting'
# antigen bundle 'https://github.com/MikeDacre/tmux-zsh-vim-titles'
@@ -17,5 +16,7 @@ antigen bundle 'https://github.com/zsh-users/zsh-completions'
antigen bundle "https://github.com/greymd/tmux-xpanes"
+antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting'
+
antigen apply