diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-10-04 03:42:24 -0400 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-10-05 05:13:11 -0400 |
commit | b6d78df62c540245f67ffc900d0b1a17a6dfb77e (patch) | |
tree | 5b4f358989828f99185266c8544f3f4c8fa0f9bb /plugins | |
parent | e4fdb083655fc582ebcecb07cd1bd1130077f0e4 (diff) | |
download | zsh-b6d78df62c540245f67ffc900d0b1a17a6dfb77e.tar.gz zsh-b6d78df62c540245f67ffc900d0b1a17a6dfb77e.tar.bz2 zsh-b6d78df62c540245f67ffc900d0b1a17a6dfb77e.zip |
clip*: add xsel support
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/copydir/copydir.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/copydir/copydir.plugin.zsh b/plugins/copydir/copydir.plugin.zsh index 4b918e815..c45106240 100644 --- a/plugins/copydir/copydir.plugin.zsh +++ b/plugins/copydir/copydir.plugin.zsh @@ -2,4 +2,4 @@ function copydir { emulate -L zsh print -n $PWD | clipcopy -}
\ No newline at end of file +} |