1
0
Fork 0
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:
Dylan 2025-08-30 23:08:49 +00:00 committed by GitHub
parent a28e747e00
commit 2c46b77d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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