mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user