ソースを参照

iswindows -> iscygwin

pull/1/head
10sr 12年前
コミット
17475d1386
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      .bashrc

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


読み込み中…
キャンセル
保存