浏览代码

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


正在加载...
取消
保存