mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
zstyle -s ':omz' 'subexecutor' _subex
|
||||||
alias "$_subex"="nocorrect $_subex"
|
alias "$_subex"="nocorrect $_subex"
|
||||||
unset _subex
|
unset _subex
|
||||||
|
alias subex='nocorrect subex'
|
||||||
|
|
||||||
setopt correct_all
|
setopt correct_all
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue