1
1
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:
Muhammed Zakir 2022-08-12 00:33:16 +05:30 committed by Wez Furlong
parent 3602a839eb
commit 4e0c7771bb

View File

@ -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