浏览代码

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


正在加载...
取消
保存