From 4e5ea92f966c0b50a53eb7e44b07de465b2eeba9 Mon Sep 17 00:00:00 2001 From: 10sr Date: Mon, 12 Dec 2011 15:20:15 +0900 Subject: [PATCH] small bug fix --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 711f803..3b4d482 100644 --- 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