From 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Mar 2020 23:33:42 +0100 Subject: Well I'm using Arch again --- .oh-my-zsh/plugins/copyfile/README.md | 10 ---------- .oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh | 7 ------- 2 files changed, 17 deletions(-) delete mode 100644 .oh-my-zsh/plugins/copyfile/README.md delete mode 100644 .oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh (limited to '.oh-my-zsh/plugins/copyfile') 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 ` to copy the file named `filename`. diff --git a/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh b/.oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh deleted file mode 100644 index f4eca5a..0000000 --- a/.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 -function copyfile { - emulate -L zsh - clipcopy $1 -} -- cgit v1.2.3