Fix open link command in Windows

This commit is contained in:
Ryooooooga
2021-10-09 16:32:36 +09:00
committed by Jesse Duffield
parent a2108362de
commit 7b615e3186
4 changed files with 11 additions and 17 deletions

View File

@@ -211,14 +211,14 @@ keybinding:
```yaml
os:
openCommand: 'cmd /c "start "" {{filename}}"'
openCommand: 'start "" {{filename}}'
```
### Linux
```yaml
os:
openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'
openCommand: 'xdg-open {{filename}} >/dev/null'
```
### OSX