revert(arty): remove glow style workaround — use GLAMOUR_STYLE in zshenv

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 18:24:48 +02:00
co-authored by Claude Sonnet 4.6
parent f9d4ab8c33
commit 2a7059783b
+1 -5
View File
@@ -1125,12 +1125,8 @@ show_notes() {
fi
echo
local glow_style="auto"
local glow_style_file="$HOME/.config/glow/nord.json"
[[ -f "$glow_style_file" ]] && glow_style="$glow_style_file"
if command -v glow &>/dev/null; then
printf '%s\n' "$md" | glow --style "$glow_style" -
printf '%s\n' "$md" | glow -
elif command -v mdcat &>/dev/null; then
printf '%s\n' "$md" | mdcat
elif command -v python3 &>/dev/null; then