From 9b0f18d51b37f9d3910c78d63b2294f74a38a044 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Fri, 9 Dec 2022 19:34:44 -0800 Subject: [PATCH] Switch from screenfetch to neofetch As far as external motd programs go, neofetch seems to be better-maintained than screenfetch, and has some features I prefer like incremental printing and a fairly robust configuration. --- src/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.bashrc b/src/.bashrc index 04d3d32..6511c2e 100755 --- a/src/.bashrc +++ b/src/.bashrc @@ -244,8 +244,8 @@ function _bashrc_randomcolor { # prints a message of the day (time, shell info, system info, etc.) function _bashrc_motd { - if type screenfetch >/dev/null 2>/dev/null; then - screenfetch 2>/dev/null + if type neofetch >/dev/null 2>/dev/null; then + neofetch 2>/dev/null return fi