diff options
author | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 22:10:28 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 22:10:28 +0200 |
commit | 2ea92ec245464c1120c6de2594828465a25486cb (patch) | |
tree | aeb635116cf661aa410e21d89635a1e8a02481a8 | |
parent | 17a732488d5e5c90fbec9bda76b89245c55af054 (diff) | |
download | dotfiles-2ea92ec245464c1120c6de2594828465a25486cb.tar.gz dotfiles-2ea92ec245464c1120c6de2594828465a25486cb.zip |
zshrc: moved syntax highligher to the end as suggested by readme
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,6 @@ function zshPlug() { zshPlug 'robbyrussell/oh-my-zsh' init zshPlug 'zsh-users/zsh-autosuggestions' -zshPlug 'zsh-users/zsh-syntax-highlighting' zshPlug 'chriskempson/base16-shell' # Key definition @@ -217,5 +216,6 @@ _installMyPromptBase16 # need to do after compinit zshPlug 'robbyrussell/oh-my-zsh' 'plugins/fzf' +zshPlug 'zsh-users/zsh-syntax-highlighting' #% vim:et:fen:fdm=marker:fmr={{{,}}}:fdl=0:fdc=1 |