diff options
author | A Farzat <a@farzat.xyz> | 2024-11-04 23:45:09 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-04 23:48:54 +0900 |
commit | e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77 (patch) | |
tree | e1562ac0fd182a5ff139062b64e60806e07bb116 /.zshrc | |
parent | 8d8a4f5a7f2f0367c08f3baa241f66e1012beaea (diff) | |
download | zsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.tar.gz zsh-e9c8cc0e27eca7aefd5522bd3b044797a1ec9a77.zip |
Indent using tabs
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |