Remove zsh instant prompt
I'm not enough of a zsh heavy user for this to matter
This commit is contained in:
parent
d2d6af7240
commit
9d86178f38
1 changed files with 0 additions and 7 deletions
7
.zshrc
7
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue