fix(glow): use ~ relative path for Nord style

glow expands ~ via go-homedir, so the absolute path is not needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 18:16:16 +02:00
co-authored by Claude Sonnet 4.6
parent 52a5409495
commit f36e978846
+1 -1
View File
@@ -1,5 +1,5 @@
# style name or JSON path (default "auto")
style: "/home/valknar/.config/glow/nord.json"
style: "~/.config/glow/nord.json"
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown