mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
Fix alias
for Flatpak: command wasn't quoted
This commit is contained in:
parent
3602a839eb
commit
4e0c7771bb
@ -24,7 +24,7 @@ flatpak run org.wezfurlong.wezterm
|
|||||||
You may wish to define an alias for convenience:
|
You may wish to define an alias for convenience:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
alias wezterm=flatpak run org.wezfurlong.wezterm
|
alias wezterm='flatpak run org.wezfurlong.wezterm'
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: flatpaks run in a sandbox so some functionality may behave a little
|
Note: flatpaks run in a sandbox so some functionality may behave a little
|
||||||
|
Loading…
Reference in New Issue
Block a user