2
0

Merge pull request #119 from nat13ejo/master

Added the option "-selection clip" to the xclip command. This fixes
This commit is contained in:
Maarten Billemont 2016-10-21 16:04:51 -04:00 committed by GitHub
commit c2fc5e6072

View File

@ -5,7 +5,7 @@ mpw() {
if hash pbcopy 2>/dev/null; then
pbcopy
elif hash xclip 2>/dev/null; then
xclip
xclip -selection clip
else
cat; echo 2>/dev/null
return