소스 검색

iscygwin -> iswindows in catclip and setclip

pull/1/head
10sr 12 년 전
부모
커밋
6b0519a1ed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .bashrc

+ 2
- 2
.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


불러오는 중...
취소
저장