summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2019-05-28 22:10:28 +0200
committerjohannst <stoelp@eit.uni-kl.de>2019-05-28 22:10:28 +0200
commit2ea92ec245464c1120c6de2594828465a25486cb (patch)
treeaeb635116cf661aa410e21d89635a1e8a02481a8
parent17a732488d5e5c90fbec9bda76b89245c55af054 (diff)
downloaddotfiles-2ea92ec245464c1120c6de2594828465a25486cb.tar.gz
dotfiles-2ea92ec245464c1120c6de2594828465a25486cb.zip
zshrc: moved syntax highligher to the end as suggested by readme
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 1a4f7eb..f54fcf1 100644
--- a/zshrc
+++ b/zshrc
@@ -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