Set terminal tab size to 4
This commit is contained in:
parent
224d877fbb
commit
b578fc04d9
3
zshrc
3
zshrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue