fixed typo

This commit is contained in:
2025-12-02 12:30:29 +00:00
parent 18edc6ef4c
commit e9bfa2bca8

View File

@@ -10,7 +10,7 @@ When referring to `{repo_dir}`, use absolute paths (e.g., `~/scripts`).
Add this to the `.config/alacritty/alacritty.toml`
```
import = [
"~/scripts/alacritty.toml"
"{repo_dir}/alacritty.toml"
]
```