From 9d86178f387fb0273b655cfba0e5f39feb4503d2 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 5 Jun 2023 22:37:01 -0700 Subject: [PATCH] Remove zsh instant prompt I'm not enough of a zsh heavy user for this to matter --- .zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zshrc b/.zshrc index 661427e..6903120 100644 --- a/.zshrc +++ b/.zshrc @@ -1,10 +1,3 @@ -# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. -# Initialization code that may require console input (password prompts, [y/n] -# confirmations, etc.) must go above this block; everything else may go below. -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 - # Archlinux packages p10k but nothing else does, so we have to check where p10k is if [[ -a /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ]]; then source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme