diff options
Diffstat (limited to 'plugins/copyfile')
-rw-r--r-- | plugins/copyfile/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/copyfile/README.md b/plugins/copyfile/README.md index 53138ad06..a110b83fe 100644 --- a/plugins/copyfile/README.md +++ b/plugins/copyfile/README.md @@ -3,7 +3,8 @@ Puts the contents of a file in your system clipboard so you can paste it anywhere. To use, add `copyfile` to your plugins array: -``` + +```zsh plugins=(... copyfile) ``` |