mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Disable correction suggestions.
This commit is contained in:
parent
fe80ab4baa
commit
2230bea1d4
1 changed files with 3 additions and 0 deletions
|
|
@ -38,4 +38,7 @@ source `which virtualenvwrapper.sh`
|
|||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||
|
||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||
unsetopt correctall
|
||||
|
||||
# Themes override ls alias from aliases.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue