diff --git a/.bashrc b/.bashrc index 70a69c1..9ab16f6 100755 --- a/.bashrc +++ b/.bashrc @@ -46,7 +46,7 @@ catclip(){ then cat /dev/clipboard | tr -d \\r else - xclip -o + xclip -o -selection "clipboard" fi } setclip(){