mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
fix indentation
This commit is contained in:
parent
323f7a5ccc
commit
59fc3d9e2f
1 changed files with 4 additions and 3 deletions
|
|
@ -24,11 +24,12 @@ This repo contains snippets for color schemes to use with [alacritty](https://gi
|
|||
```properties
|
||||
live_config_reload: true
|
||||
```
|
||||
|
||||
Here is a shell command to do it.
|
||||
|
||||
```sh
|
||||
Here is a shell command to do it.
|
||||
|
||||
```shell
|
||||
echo "live_config_reload: true" >> ~/.alacritty.yml
|
||||
```
|
||||
|
||||
3. Overwrite the [base.yml](./base.yml) with your `~/.alacritty.yml`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue