summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh')
-rw-r--r--zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh b/zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
deleted file mode 100644
index f4eca5a..0000000
--- a/zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copies the contents of a given file to the system or X Windows clipboard
-#
-# copyfile <file>
-function copyfile {
- emulate -L zsh
- clipcopy $1
-}