ソースを参照

update open_file for cygwin

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

+ 4
- 1
bashrc ファイルの表示

@@ -759,7 +759,10 @@ __EOF__
}

open_file(){
if iswindows
if iscygwin
then
cygstart "$@"
elif ismsys
then
cmd.exe //c start "" "$@"
elif isdarwin


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