From 3f68fe42cbad7018c680836ed1dd4192e86eba6a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 4 Sep 2018 19:18:18 +1000 Subject: update xdg-open command --- pkg/config/config_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/config') diff --git a/pkg/config/config_linux.go b/pkg/config/config_linux.go index ef30ac7d2..90e922416 100644 --- a/pkg/config/config_linux.go +++ b/pkg/config/config_linux.go @@ -4,5 +4,5 @@ package config func GetPlatformDefaultConfig() []byte { return []byte( `os: - openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"'`) + openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'`) } -- cgit v1.2.3