not-poma / lazyshell

GPT powered Zsh completion script
MIT License
371 stars 26 forks source link

Explicit rm invocation to avoid user shell overrides #4

Closed stoooops closed 1 year ago

stoooops commented 1 year ago

This avoids confirmation prompt to remove the tmp file for users with alias rm="rm -i" in their terminal.

not-poma commented 1 year ago

I think in this case command rm would be more appropriate

stoooops commented 1 year ago

Thanks for making this tool. I would turn on squash merges into master in your settings for cleaner history.