From 2ea92ec245464c1120c6de2594828465a25486cb Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 28 May 2019 22:10:28 +0200 Subject: zshrc: moved syntax highligher to the end as suggested by readme --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3