better hyfetch error handling
This commit is contained in:
parent
be3a970797
commit
11d78146f9
1 changed files with 1 additions and 1 deletions
|
|
@ -260,6 +260,6 @@ bind 'set show-all-if-ambiguous on'
|
||||||
bind 'set completion-ignore-case on'
|
bind 'set completion-ignore-case on'
|
||||||
|
|
||||||
if command -v hyfetch &> /dev/null;then
|
if command -v hyfetch &> /dev/null;then
|
||||||
hyfetch
|
hyfetch 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue