This commit is contained in:
tavo-wasd 2023-06-27 03:35:47 -06:00
parent e0b726f12c
commit cd11b7c0da

6
bashrc
View file

@ -117,4 +117,8 @@ type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target &&
fi
# nice login prompt
[ -e "/usr/bin/afetch" ] && afetch || fetch min
if [ -e "/usr/bin/afetch" -o -e "/usr/local/bin/afetch" ] ; then
afetch
else
fetch min
fi