diff options
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 |