mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Add 'subex' no-correction
This commit is contained in:
parent
f1935b7350
commit
7ddee9740a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ if [[ "$ENABLE_CORRECTION" == "true" ]]; then
|
|||
zstyle -s ':omz' 'subexecutor' _subex
|
||||
alias "$_subex"="nocorrect $_subex"
|
||||
unset _subex
|
||||
alias subex='nocorrect subex'
|
||||
|
||||
setopt correct_all
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue