zsh: fix color loading

This commit is contained in:
PowerUser64 2022-01-07 12:48:40 -08:00
parent 5cca44e8f5
commit 9eb5bedf6b

4
.zshrc
View file

@ -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'