From cefce84f5eb95884344c3f97fc710d4ac0626359 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 16 May 2025 23:32:08 +0300 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 3bf62db..b8d2cfe 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,15 +1,15 @@ source ~/.config/zsh/antigen.zsh -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 - +# 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 +# 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/p10k/powerlevel10k.zsh-theme +source ~/.config/zsh/theme/powerlevel10k.zsh-theme source ~/.config/zsh/conf.d/*.zsh source ~/.config/zsh/termsupport.zsh source ~/.config/zsh/title.zsh @@ -21,7 +21,6 @@ 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