Update hex and yazi configs

This commit is contained in:
Paddy Milner 2025-10-23 10:28:03 +01:00
parent 88d88e1f9c
commit 953a05d6ba
2 changed files with 8 additions and 0 deletions

View file

@ -1 +1,5 @@
theme = "theme"
[editor.indent-guides]
render = true

4
yazi/yazi.toml Normal file
View file

@ -0,0 +1,4 @@
[opener]
edit = [
{ run = 'hx "$@"', desc = "$EDITOR", block = true, for = "unix" },
]