From cd11b7c0dac45be781aea35ec565677793e4d46e Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 27 Jun 2023 03:35:47 -0600 Subject: [PATCH] ugh --- bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f059cdc..abf5ec0 100644 --- a/bashrc +++ b/bashrc @@ -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