updated stuff
This commit is contained in:
parent
05bbb684de
commit
160dd5e3e7
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,12 @@ source $ZDOTDIR/exports.zsh
|
|||
source $ZDOTDIR/dircolor.zsh
|
||||
|
||||
source $share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
||||
if [[ $os == "arch" ]]; then
|
||||
source $share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
||||
else
|
||||
source $HOME/.config/p10k/powerlevel10k.zsh-theme
|
||||
fi
|
||||
|
||||
autoload -Uz compinit
|
||||
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then compinit -d $HOME/.cache/zsh/compdump; else compinit -d $HOME/.cache/zsh/compdump -C; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue