summaryrefslogtreecommitdiffstats
path: root/pkg/config/config_windows.go
blob: b81a5fdb538e07707c47667ab45524ab3dbf8168 (plain)
1
2
3
4
5
6
7
8
package config

// GetPlatformDefaultConfig gets the defaults for the platform
func GetPlatformDefaultConfig() []byte {
	return []byte(
		`os:
  openCommand: 'cmd /c "start "" {{filename}}"'`)
}