zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
31.1k stars 1.86k forks source link

add option to not include suggestions for commands that previously terminated with non-zero exit code #729

Closed Eboubaker closed 1 year ago

Eboubaker commented 1 year ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when this plugin suggests from a previously terminated command with non-zero exit code (when you do typing error, syntax error, forgot sudo, etc..)

Describe the solution you'd like

add option to not include suggestions for commands that previously terminated with non-zero exit code.

Describe alternatives you've considered

Additional context

ericfreese commented 1 year ago

See #424