diff --git a/shell/zshrc.sh b/shell/zshrc.sh index ef3ea27..b38cc8b 100644 --- a/shell/zshrc.sh +++ b/shell/zshrc.sh @@ -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