From b10691c16013c1a3ec940ffade35b348e548975d Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 21 Feb 2020 13:14:17 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7e47fb4..3ff0e67 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -14,8 +14,7 @@ bashcompinit for file in $ZDOTDIR/libs/*.zsh; do source "$file"; done for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done +[[ -f $ZDOTDIR/.localrc.zsh ]] && source $ZDOTDIR/.localrc.zsh [[ -f $ZDOTDIR/.p10k.zsh ]] && source $ZDOTDIR/.p10k.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - -[[ -f $ZDOTDIR/.localrc.zsh ]] && source $ZDOTDIR/.localrc.zsh