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