mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02:00
update xdg-open command
This commit is contained in:
parent
19a8029795
commit
3f68fe42cb
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
```
|
```
|
||||||
os:
|
os:
|
||||||
openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"'
|
openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'
|
||||||
```
|
```
|
||||||
|
|
||||||
### OSX:
|
### OSX:
|
||||||
|
@ -4,5 +4,5 @@ package config
|
|||||||
func GetPlatformDefaultConfig() []byte {
|
func GetPlatformDefaultConfig() []byte {
|
||||||
return []byte(
|
return []byte(
|
||||||
`os:
|
`os:
|
||||||
openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"'`)
|
openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'`)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user