new plugins

This commit is contained in:
2020-03-12 10:39:14 -04:00
parent ff00e65884
commit 6f4200dfd3
3 changed files with 69 additions and 0 deletions

3
copy/copy.plugin.zsh Executable file
View File

@@ -0,0 +1,3 @@
xcopy() { $1 | xclip -selection clipboard; }
xcopyf() { cat $1 | xclip -selection clipboard; }
xpaste() { xclip -selection clipboard -o; }