Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
090ab73d
Commit
090ab73d
authored
Oct 20, 2019
by
Netoun
Committed by
Marc Cornellà
Oct 20, 2019
Browse files
safe-paste: add README (#8292)
parent
05dfd0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/safe-paste/README.md
0 → 100644
View file @
090ab73d
# 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
)
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment