From 55c72aa7100985e4d3c26f29bdf06a35cf66b055 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 31 Oct 2019 15:28:56 +0100 Subject: zsh: update conf --- .config/zsh/.zshrc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 04da72e..efe5097 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -20,13 +20,16 @@ bindkey "${terminfo[kend]}" end-of-line # Activation compinit +# _comp_options+=(globdots) # Include hidden files in glob -# Resource files -for file in $ZDOTDIR/rc/*.rc; do +# plugin files +for file in $ZDOTDIR/plugin/*.plugin; do source $file done -# plugin files -for file in $ZDOTDIR/plugin/*.plugin; do +# Resource files +for file in $ZDOTDIR/rc/*.rc; do source $file done + +source ~/.local/repos/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit v1.2.3-54-g00ecf