2018-09-01 14:33:01 +10:00
|
|
|
package config
|
|
|
|
|
|
|
|
// GetPlatformDefaultConfig gets the defaults for the platform
|
|
|
|
func GetPlatformDefaultConfig() []byte {
|
|
|
|
return []byte(
|
|
|
|
`os:
|
2018-09-04 19:18:18 +10:00
|
|
|
openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'`)
|
2018-09-01 14:33:01 +10:00
|
|
|
}
|