mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Disabling correct_all, which is annoying and never works (for me).
This commit is contained in:
parent
7976a91efc
commit
44b028a152
1 changed files with 1 additions and 0 deletions
|
|
@ -28,5 +28,6 @@ plugins=(git rails textmate ruby gem github osx)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
unsetopt correct_all
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue