Commit 090ab73d authored by Netoun's avatar Netoun Committed by Marc Cornellà
Browse files

safe-paste: add README (#8292)

parent 05dfd0ae
# 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:
```zsh
plugins=(... safe-paste)
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment