Merge pull request #119 from nat13ejo/master
Added the option "-selection clip" to the xclip command. This fixes
This commit is contained in:
commit
c2fc5e6072
@ -5,7 +5,7 @@ mpw() {
|
|||||||
if hash pbcopy 2>/dev/null; then
|
if hash pbcopy 2>/dev/null; then
|
||||||
pbcopy
|
pbcopy
|
||||||
elif hash xclip 2>/dev/null; then
|
elif hash xclip 2>/dev/null; then
|
||||||
xclip
|
xclip -selection clip
|
||||||
else
|
else
|
||||||
cat; echo 2>/dev/null
|
cat; echo 2>/dev/null
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user