From 9ce255278b1ac657717e288eab8e177b1bd97b36 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Tue, 22 Apr 2025 21:01:06 +0300 Subject: Fixed zsh config --- zsh/zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 5902c89..1da4b7c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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 -- cgit v1.2.3