From 9eb5bedf6b3a458ddf28ba6522a5f9e33e60f4a2 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 7 Jan 2022 12:48:40 -0800 Subject: [PATCH] zsh: fix color loading --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index dd5f949..05ef2cb 100644 --- a/.zshrc +++ b/.zshrc @@ -301,9 +301,9 @@ ## Themes # terminal colors - if [[ -f "$SHELL_CONFIG_DIR/shell/colors.sh" ]];then + if [[ -f "$SHELL_CONFIG_DIR/colors.sh" ]];then # custom colors - source "$SHELL_CONFIG_DIR/shell/colors.sh" + source "$SHELL_CONFIG_DIR/colors.sh" else # onedark shell colors zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh'