diff options
Diffstat (limited to '.oh-my-zsh/plugins/copyfile/README.md')
-rw-r--r-- | .oh-my-zsh/plugins/copyfile/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.oh-my-zsh/plugins/copyfile/README.md b/.oh-my-zsh/plugins/copyfile/README.md deleted file mode 100644 index 53138ad..0000000 --- a/.oh-my-zsh/plugins/copyfile/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# copyfile plugin - -Puts the contents of a file in your system clipboard so you can paste it anywhere. - -To use, add `copyfile` to your plugins array: -``` -plugins=(... copyfile) -``` - -Then you can run the command `copyfile <filename>` to copy the file named `filename`. |