diff options
Diffstat (limited to 'early/powerlevel10k.zsh')
-rw-r--r-- | early/powerlevel10k.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/early/powerlevel10k.zsh b/early/powerlevel10k.zsh new file mode 100644 index 0000000..d657c48 --- /dev/null +++ b/early/powerlevel10k.zsh @@ -0,0 +1,6 @@ +# 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 |