uncommented some important lines

This commit is contained in:
PowerUser64 2021-09-15 00:54:03 -07:00
parent aaeaee4ec6
commit bd43ab1c1d

12
.zshrc
View file

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