(alacritty) use relative path for theme

This commit is contained in:
jc 2024-11-17 13:23:47 -05:00
commit 5d53f021a0

View file

@ -5,6 +5,6 @@ size = 12.0
[general]
import = [
"~/.config/alacritty/theme.toml"
"theme.toml"
]
live_config_reload = true