Joined May 2014
·

Daniel Doherty

Overland Park, KS
·
·

Posted to Disabling Autocorrect in Zsh over 1 year ago

I use:

$ zsh --version
zsh 5.0.2 (x86_64-pc-linux-gnu)

Just in case someone else get bitten by this: set the option /after/ calling source oh-my-zsh.sh, otherwise the setting can get over-ridden by the oh-my-zsh scripts.

From my zshrc:

source $ZSH/oh-my-zsh.sh
# Options: These have to go after oh-my-zsh or they can get over-ridden
setopt CSH_NULL_GLOB
unsetopt correct_all
Achievements
1 Karma
0 Total ProTip Views