Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created July 19, 2025 01:47
Show Gist options
  • Save guitarrapc/2cecc882a14c18f9427e444487895470 to your computer and use it in GitHub Desktop.
Save guitarrapc/2cecc882a14c18f9427e444487895470 to your computer and use it in GitHub Desktop.
Stop correct command by zsh
# 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