zsh: fix color loading
This commit is contained in:
parent
5cca44e8f5
commit
9eb5bedf6b
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -301,9 +301,9 @@
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
# terminal colors
|
# terminal colors
|
||||||
if [[ -f "$SHELL_CONFIG_DIR/shell/colors.sh" ]];then
|
if [[ -f "$SHELL_CONFIG_DIR/colors.sh" ]];then
|
||||||
# custom colors
|
# custom colors
|
||||||
source "$SHELL_CONFIG_DIR/shell/colors.sh"
|
source "$SHELL_CONFIG_DIR/colors.sh"
|
||||||
else
|
else
|
||||||
# onedark shell colors
|
# onedark shell colors
|
||||||
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh'
|
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh'
|
||||||
|
|
Loading…
Add table
Reference in a new issue