zsh: use the new zstyle syntax
This commit is contained in:
parent
6d39139da4
commit
32a749b963
10
.zshrc
10
.zshrc
@ -27,14 +27,8 @@
|
|||||||
# sensitive completion must be off. _ and - will be interchangeable.
|
# sensitive completion must be off. _ and - will be interchangeable.
|
||||||
HYPHEN_INSENSITIVE="true"
|
HYPHEN_INSENSITIVE="true"
|
||||||
|
|
||||||
# Uncomment the following line to disable bi-weekly auto-update checks.
|
zstyle ':omz:update' mode disabled
|
||||||
# DISABLE_AUTO_UPDATE="true"
|
zstyle ':omz:update' frequency 3 # days
|
||||||
|
|
||||||
# Uncomment the following line to automatically update without prompting.
|
|
||||||
DISABLE_UPDATE_PROMPT="true"
|
|
||||||
|
|
||||||
# Uncomment the following line to change how often to auto-update (in days).
|
|
||||||
UPDATE_ZSH_DAYS=3
|
|
||||||
|
|
||||||
# Uncomment the following line to disable colors in ls.
|
# Uncomment the following line to disable colors in ls.
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user