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
|
||||
pbcopy
|
||||
elif hash xclip 2>/dev/null; then
|
||||
xclip
|
||||
xclip -selection clip
|
||||
else
|
||||
cat; echo 2>/dev/null
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user