uncommented some important lines
This commit is contained in:
parent
aaeaee4ec6
commit
bd43ab1c1d
1 changed files with 6 additions and 6 deletions
12
.zshrc
12
.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'!' \
|
||||
|
|
Loading…
Add table
Reference in a new issue