Fix neofetch config filename

I had a brain slip when I named the file `.json` originally.
master
Jordan Atwood 2 years ago
parent 8df2bb6ff6
commit b6438029e7
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      src/.bashrc
  2. 0
      src/.neofetch.config.conf

@ -246,7 +246,7 @@ function _bashrc_randomcolor {
# prints a message of the day (time, shell info, system info, etc.)
function _bashrc_motd {
if type neofetch >/dev/null 2>/dev/null; then
neofetch --config ~/.neofetch.config.json 2>/dev/null
neofetch --config ~/.neofetch.config.conf 2>/dev/null
return
fi

Loading…
Cancel
Save