mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 21:53:32 +02:00
alacritty: remove nonexistant command (#17890)
This commit is contained in:
parent
a28e747e00
commit
2c46b77d15
1 changed files with 1 additions and 5 deletions
|
@ -19,14 +19,10 @@
|
|||
|
||||
`alacritty --working-directory {{path/to/directory}}`
|
||||
|
||||
- [e]xecute a command in a new Alacritty window (also works with `alacritty msg create-window`):
|
||||
- Execute a command in a new Alacritty window (also works with `alacritty msg create-window`):
|
||||
|
||||
`alacritty {{[-e|--command]}} {{command}}`
|
||||
|
||||
- Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.toml`):
|
||||
|
||||
`alacritty --config-file {{path/to/config.toml}}`
|
||||
|
||||
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.toml`):
|
||||
|
||||
`alacritty --live-config-reload --config-file {{path/to/config.toml}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue