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.
master
Jordan Atwood 2 years ago
parent 939e25c0b8
commit 9b0f18d51b
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 4
      src/.bashrc

@ -244,8 +244,8 @@ function _bashrc_randomcolor {
# prints a message of the day (time, shell info, system info, etc.) # prints a message of the day (time, shell info, system info, etc.)
function _bashrc_motd { function _bashrc_motd {
if type screenfetch >/dev/null 2>/dev/null; then if type neofetch >/dev/null 2>/dev/null; then
screenfetch 2>/dev/null neofetch 2>/dev/null
return return
fi fi

Loading…
Cancel
Save