summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os_windows.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-31 18:43:54 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-01 11:38:32 +1000
commitae0d88f855773dd76432487509f9af13f987a812 (patch)
tree849249573b2b809a0b9e406cd15ee000cc92ec76 /pkg/commands/os_windows.go
parentcff1dee6dcb303e789b804bbe270a0032f0b76a7 (diff)
WIP using runDirectCommand with xdg-open
Diffstat (limited to 'pkg/commands/os_windows.go')
-rw-r--r--pkg/commands/os_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/os_windows.go b/pkg/commands/os_windows.go
index 28dd7a982..5b50d2c38 100644
--- a/pkg/commands/os_windows.go
+++ b/pkg/commands/os_windows.go
@@ -6,5 +6,6 @@ func getPlatform() *Platform {
shell: "cmd",
shellArg: "/c",
escapedQuote: "\\\"",
+ openCommand: "cygstart {{filename}}",
}
}