]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / copyfile / copyfile.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh
deleted file mode 100644 (file)
index f4eca5a..0000000
+++ /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
-}