Unverified Commit c7a55086 authored by Celestino Gomes's avatar Celestino Gomes Committed by GitHub

feat(lib): don't correct `su` command arguments (#10214)

parent 54e3e8ef
......@@ -9,6 +9,7 @@ if [[ "$ENABLE_CORRECTION" == "true" ]]; then
alias mv='nocorrect mv'
alias mysql='nocorrect mysql'
alias sudo='nocorrect sudo'
alias su='nocorrect su'
setopt correct_all
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment