Fix open link command in Windows

This commit is contained in:
Ryooooooga
2021-10-16 22:40:50 +11:00
committed by Jesse Duffield
parent a2108362de
commit 7b615e3186
4 changed files with 11 additions and 17 deletions
+2 -2
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