better hyfetch error handling

This commit is contained in:
Penelope Gwen 2026-04-06 09:59:05 -07:00
parent be3a970797
commit 11d78146f9

View file

@ -260,6 +260,6 @@ bind 'set show-all-if-ambiguous on'
bind 'set completion-ignore-case on'
if command -v hyfetch &> /dev/null;then
hyfetch
hyfetch 2>/dev/null
fi