1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-27 21:54:45 +01:00
Files
oh-my-zsh/lib/clipboard.zsh
Robert Estelle d855547661 clipboard: Reduce unnecessary special-casing on stdin
Ideally the parameter would just be removed-users could always
just do "clipcopy < some-file". but removing the parameter would break
backwards compatibility.

In any case, this simplifies the logic considerably.
2019-07-12 17:45:57 -04:00

1.8 KiB