dotfiles/zsh/.zsh/plugins/safe-paste
andrzej 60aca8e178 import zsh config 2024-04-26 19:41:20 +02:00
..
README.md import zsh config 2024-04-26 19:41:20 +02:00
safe-paste.plugin.zsh import zsh config 2024-04-26 19:41:20 +02:00

README.md

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)