changed some files

This commit is contained in:
Nikolas Weger 2021-07-23 15:35:39 +02:00
parent 8241382382
commit f27ccf9038
2 changed files with 1 additions and 2 deletions

View file

@ -99,7 +99,7 @@ zinit ice lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit l
# Theme
zinit ice depth=1; zinit light "romkatv/powerlevel10k"
[[ ! -f "$ZDOTDIR/.p10k.zsh" ]] || source "$ZDOTDIR/.p10k.zsh" # p10k configure || nano ~/.config/dotfiles/zsh/.p10k.zsh
[[ ! -f "$HOME/.p10k.zsh" ]] || source "$HOME/.p10k.zsh" # p10k configure || nano ~/.p10k.zsh
# Local RC
[[ -f "$HOME/.config/local/rc.zsh" ]] && source "$HOME/.config/local/rc.zsh"