1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01: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

View File

@@ -2,4 +2,4 @@
function copydir {
emulate -L zsh
print -n $PWD | clipcopy
}
}