diff --git a/.zshrc b/.zshrc index c3e7fb2..cfdbbe4 100644 --- a/.zshrc +++ b/.zshrc @@ -376,12 +376,12 @@ zinit load "zsh-users/zsh-completions" # Themes - # terminal colors - # if [[ -f ~/.config/shell/colors.sh ]];then - # source ~/.config/shell/colors.sh - # else - # zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors - # fi + terminal colors + if [[ -f ~/.config/shell/colors.sh ]];then + source ~/.config/shell/colors.sh + else + zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors + fi zinit load "romkatv/powerlevel10k" zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \ atpull'%atclone' pick"colors.zsh" nocompile'!' \