Set terminal tab size to 4

This commit is contained in:
crater2150 2023-09-15 18:18:32 +02:00
parent 224d877fbb
commit b578fc04d9

3
zshrc
View file

@ -8,7 +8,7 @@ unsetopt histsavenodups
setopt autocd extendedglob notify correct autonamedirs setopt autocd extendedglob notify correct autonamedirs
setopt list_ambiguous autopushd pushd_ignore_dups 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 hist_ignore_all_dups
setopt no_auto_remove_slash auto_param_slash setopt no_auto_remove_slash auto_param_slash
setopt completeinword setopt completeinword
@ -110,3 +110,4 @@ if exists mail; then
} }
__chromaz_extra_left+=_prompt_cron_mails __chromaz_extra_left+=_prompt_cron_mails
fi fi
tabs -4