Disable ZSH's correction suggestions

It's a handy feature, but 98% of the time I have a folder/file with a
similar name to the command I want to run, and zsh thinks I mean the
file/folder path, instead of the command. Hence it's only useful to me
2% of the time, and worth disabling.
This commit is contained in:
2013-11-02 08:36:23 +00:00
parent cfda0c4cf4
commit 94cd689e59

View File

@@ -48,6 +48,9 @@ bashcompinit
# Disable shared history
unsetopt share_history
# Disable attempted correction of commands (is wrong 98% of the time).
unsetopt correctall
# Disable certain bundled ruby binaries, I install the gems globally.
unalias foreman
unalias heroku