From aa6bf824762a35ec0e57770367077e33910688ae Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 29 Apr 2020 14:03:38 +0200 Subject: [PATCH] fix git theme --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 73151a7..714da3d 100644 --- a/zshrc +++ b/zshrc @@ -9,10 +9,10 @@ source "${HOME}/.zgen/zgen.zsh" if ! zgen saved; then # Configuration zgen load hybris42/zsh ${USER}.zsh - # Theme - zgen load hybris42/zsh ${USER}.theme # Plugins zgen load hybris42/zsh ${USER}.plugins + # Theme + zgen load hybris42/zsh ${USER}.theme # Completions zgen load hybris42/zsh ${USER}.completions