disabled auto correction in zsh

This commit is contained in:
Gene Liverman 2017-05-06 11:17:13 -07:00
parent 0673e01c0a
commit b5c215c473

View file

@ -29,7 +29,7 @@ ZSH_THEME="beanbag"
# 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="true" ENABLE_CORRECTION="false"
# Uncomment the following line to display red dots whilst waiting for completion. # Uncomment the following line to display red dots whilst waiting for completion.
COMPLETION_WAITING_DOTS="false" COMPLETION_WAITING_DOTS="false"