From b578fc04d98d3b27bc2dd66c77f5a6ae94b3971b Mon Sep 17 00:00:00 2001 From: crater2150 Date: Fri, 15 Sep 2023 18:18:32 +0200 Subject: [PATCH] Set terminal tab size to 4 --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 1d7d912..c0908dd 100644 --- a/zshrc +++ b/zshrc @@ -8,7 +8,7 @@ unsetopt histsavenodups setopt autocd extendedglob notify correct autonamedirs setopt list_ambiguous autopushd pushd_ignore_dups -setopt hist_ignore_space share_history +setopt hist_ignore_space share_history #setopt hist_ignore_all_dups setopt no_auto_remove_slash auto_param_slash setopt completeinword @@ -110,3 +110,4 @@ if exists mail; then } __chromaz_extra_left+=_prompt_cron_mails fi +tabs -4