From 6b0519a1ed69dd96017840208d18cd28f9c9fef2 Mon Sep 17 00:00:00 2001 From: 10sr Date: Tue, 13 Dec 2011 13:16:23 +0900 Subject: [PATCH] iscygwin -> iswindows in catclip and setclip --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 356581e..d2b93cb 100755 --- a/.bashrc +++ b/.bashrc @@ -84,7 +84,7 @@ gitls(){ done } catclip(){ - if iscygwin + if iswindows then cat /dev/clipboard | tr -d \\r else @@ -92,7 +92,7 @@ catclip(){ fi } setclip(){ - if iscygwin + if iswindows then if test $# -eq 0 then