diff --git a/MasterPassword/C/mpw.bashrc b/MasterPassword/C/mpw.bashrc index 4fb71d11..a03c4c7c 100644 --- a/MasterPassword/C/mpw.bashrc +++ b/MasterPassword/C/mpw.bashrc @@ -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