zshrc: disable unneeded functionality
This commit is contained in:
parent
663f597237
commit
21cf4282f7
4
.zshrc
4
.zshrc
@ -31,12 +31,12 @@
|
|||||||
zstyle ':omz:update' frequency 3 # days
|
zstyle ':omz:update' frequency 3 # days
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
||||||
DISABLE_MAGIC_FUNCTIONS="false"
|
DISABLE_MAGIC_FUNCTIONS="false"
|
||||||
|
|
||||||
# Uncomment the following line to disable auto-setting terminal title.
|
# Uncomment the following line to disable auto-setting terminal title.
|
||||||
# DISABLE_AUTO_TITLE="true"
|
DISABLE_AUTO_TITLE="true"
|
||||||
|
|
||||||
# Uncomment the following line to enable command auto-correction.
|
# Uncomment the following line to enable command auto-correction.
|
||||||
ENABLE_CORRECTION="false"
|
ENABLE_CORRECTION="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user