summaryrefslogtreecommitdiff
path: root/early/powerlevel10k.zsh
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-11-04 23:45:09 +0900
committerA Farzat <a@farzat.xyz>2024-11-04 23:48:54 +0900
commite9c8cc0e27eca7aefd5522bd3b044797a1ec9a77 (patch)
treee1562ac0fd182a5ff139062b64e60806e07bb116 /early/powerlevel10k.zsh
parent8d8a4f5a7f2f0367c08f3baa241f66e1012beaea (diff)
downloadzsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.tar.gz
zsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.zip
Indent using tabs
Diffstat (limited to 'early/powerlevel10k.zsh')
-rw-r--r--early/powerlevel10k.zsh2
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