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"
|
zinit load "zsh-users/zsh-completions"
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
# terminal colors
|
terminal colors
|
||||||
# if [[ -f ~/.config/shell/colors.sh ]];then
|
if [[ -f ~/.config/shell/colors.sh ]];then
|
||||||
# source ~/.config/shell/colors.sh
|
source ~/.config/shell/colors.sh
|
||||||
# else
|
else
|
||||||
# zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
|
||||||
# fi
|
fi
|
||||||
zinit load "romkatv/powerlevel10k"
|
zinit load "romkatv/powerlevel10k"
|
||||||
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
|
||||||
atpull'%atclone' pick"colors.zsh" nocompile'!' \
|
atpull'%atclone' pick"colors.zsh" nocompile'!' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue