mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-11 00:45:28 +08:00
Add 'subex' no-correction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user