diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-01 10:40:16 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-01 10:41:05 +0100 |
commit | ef0e30147fa8ec75183a78d17cf85bfb4e23b70a (patch) | |
tree | 3428ffddb394049d5d3905aace122f851a084b86 /.zsh_antigen | |
parent | 798b7d4fd5b94b96dc54048cf316e62c835dcccb (diff) |
Fix order of plugins
Diffstat (limited to '.zsh_antigen')
-rw-r--r-- | .zsh_antigen | 3 |
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 |