diff options
Diffstat (limited to 'early')
| -rw-r--r-- | early/powerlevel10k.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/early/powerlevel10k.zsh b/early/powerlevel10k.zsh index d657c48..c96d2b0 100644 --- a/early/powerlevel10k.zsh +++ b/early/powerlevel10k.zsh @@ -2,5 +2,5 @@  # 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" +	source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"  fi  | 
