summaryrefslogtreecommitdiffstats
path: root/pkg/config/config_linux.go
blob: 90e922416440cf5a4fd9728da9933285ad0aa3dc (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: 'sh -c "xdg-open {{filename}} >/dev/null"'`)
}