From bd43ab1c1da2c9430b898a5c364d8f092351c093 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 15 Sep 2021 00:54:03 -0700 Subject: [PATCH] uncommented some important lines --- .zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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'!' \