nixos-config/dot_oh-my-zsh/plugins/safe-paste
2024-10-22 11:11:45 -04:00
..
README.md chezmoi init 2024-10-22 11:11:45 -04:00
safe-paste.plugin.zsh chezmoi init 2024-10-22 11:11:45 -04:00

safe-paste

Preventing any code from actually running while pasting, so you have a chance to review what was actually pasted before running it.

To use it, add safe-paste to the plugins array in your zshrc file:

plugins=(... safe-paste)