Browse Source

iscygwin -> iswindows in catclip and setclip

pull/1/head
10sr 12 years ago
parent
commit
6b0519a1ed
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .bashrc

+ 2
- 2
.bashrc View File

@@ -84,7 +84,7 @@ gitls(){
done done
} }
catclip(){ catclip(){
if iscygwin
if iswindows
then then
cat /dev/clipboard | tr -d \\r cat /dev/clipboard | tr -d \\r
else else
@@ -92,7 +92,7 @@ catclip(){
fi fi
} }
setclip(){ setclip(){
if iscygwin
if iswindows
then then
if test $# -eq 0 if test $# -eq 0
then then


Loading…
Cancel
Save