Created
July 19, 2025 01:47
-
-
Save guitarrapc/2cecc882a14c18f9427e444487895470 to your computer and use it in GitHub Desktop.
Stop correct command by zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# stop correct for LLM | |
unsetopt correct_all | |
unsetopt correct | |
export ENABLE_CORRECTION="false" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment