From ad6d3fe8fcf06ddb58fe189289066db6d8571bed Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Thu, 5 Jun 2025 23:22:57 +0800 Subject: [PATCH] Update --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index f7d9a28..de20eb6 100644 --- a/.zshrc +++ b/.zshrc @@ -6,9 +6,9 @@ fi # 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 +# 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 export TERM="xterm-256color" # If you come from bash you might have to change your $PATH.