1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-25 07:43:30 +02:00

clip*: add xsel support

This commit is contained in:
Andrew Janke
2015-10-04 03:42:24 -04:00
parent e4fdb08365
commit b6d78df62c
2 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
function copydir {
emulate -L zsh
print -n $PWD | clipcopy
}
}