github.com/andrewrech/lazygit@v0.8.1/pkg/config/config_linux.go (about) 1 package config 2 3 // GetPlatformDefaultConfig gets the defaults for the platform 4 func GetPlatformDefaultConfig() []byte { 5 return []byte( 6 `os: 7 openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"' 8 openLinkCommand: 'sh -c "xdg-open {{link}} >/dev/null"'`) 9 }