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