]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/safe-paste/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / safe-paste / README.md
1 # safe-paste
2
3 Preventing any code from actually running while pasting, so you have a chance to review what was actually pasted before running it.
4
5 To use it, add `safe-paste` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... safe-paste)
9 ```