summaryrefslogtreecommitdiff
path: root/.zshrc
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 /.zshrc
parent8d8a4f5a7f2f0367c08f3baa241f66e1012beaea (diff)
downloadzsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.tar.gz
zsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.zip
Indent using tabs
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index d13796a..0acd1f1 100644
--- a/.zshrc
+++ b/.zshrc
@@ -6,7 +6,7 @@ source "$ZDOTDIR/zi.init.zsh" && zzinit
function {
local config_file
for config_file ("$ZDOTDIR"/early/*.zsh(N)); do
- source "$config_file"
+ source "$config_file"
done
}
@@ -27,7 +27,7 @@ zi snippet "$ZDOTDIR/resources/completion/_man"
function {
local config_file
for config_file ("$ZDOTDIR"/halfway/*.zsh(N)); do
- source "$config_file"
+ source "$config_file"
done
}