Browse Source

.bashrc: modify catclip to use "clipboard"

pull/1/head
10sr 13 years ago
parent
commit
c636f935e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .bashrc

+ 1
- 1
.bashrc View File

@@ -46,7 +46,7 @@ catclip(){
then then
cat /dev/clipboard | tr -d \\r cat /dev/clipboard | tr -d \\r
else else
xclip -o
xclip -o -selection "clipboard"
fi fi
} }
setclip(){ setclip(){


Loading…
Cancel
Save