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'