afetch condition and ignore more dirs

This commit is contained in:
tavo-wasd 2023-05-28 12:08:55 -06:00
parent 398be4363a
commit 91c28d507f
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -105,3 +105,5 @@ xdg-terminals.list
yelp
neofetch
totem
RawTherapee
audacity

2
bashrc
View file

@ -98,4 +98,4 @@ type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target &&
exec startx
fi
[ "/usr/local/bin/afetch" ] && afetch || fetch min
[ -e "/usr/local/bin/afetch" ] && afetch || fetch min