ugh
This commit is contained in:
parent
e0b726f12c
commit
cd11b7c0da
1 changed files with 5 additions and 1 deletions
6
bashrc
6
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
|
||||
|
|
Loading…
Reference in a new issue