瀏覽代碼

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


Loading…
取消
儲存