diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,13 +4,12 @@ if command -v git >/dev/null && [ ! -d ~/.config/zsh/powerlevel10k ]; then echo "info: installing p10k" git clone --depth 1 --single-branch https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/powerlevel10k fi -source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi -source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme +source ~/.config/zsh/p10k/powerlevel10k.zsh-theme source ~/.config/zsh/p10k.zsh antigen bundle zsh-users/zsh-syntax-highlighting @@ -18,7 +17,7 @@ antigen bundle zsh-users/zsh-history-substring-search antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-completions antigen bundle ael-code/zsh-colored-man-pages - +antigen theme romkatv/powerlevel10k antigen apply # Exports |
