powerlvel10k

This commit is contained in:
Bartek Stalewski 2020-01-15 14:38:08 +01:00
parent e237442a7f
commit c65030e973
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ alias ll='ls -lh'
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/powerlevel10k/powerlevel10k.zsh-theme
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
[ -e ~/.zshrc.local ] && source ~/.zshrc.local