switch from neofetch to gofetch

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2025-06-24 14:25:02 -04:00
parent 3b32acd06f
commit e3b01ed8c0
1 changed files with 5 additions and 1 deletions

View File

@ -99,6 +99,8 @@ if [ $DISPLAY ] ; then
xset b off xset b off
fi fi
export PATH=~/.local/bin/:~/go/bin/:/sbin:/usr/sbin:~/go/bin:/usr/games:$PATH
export EDITOR=vim export EDITOR=vim
unset VIMINIT unset VIMINIT
@ -114,7 +116,9 @@ if [ -d ~/.config/wit/ ]; then
fi fi
if [ $? == 0 ]; then if [ $? == 0 ]; then
neofetch --cpu_temp C --battery_display infobar # neofetch --cpu_temp C --battery_display infobar
echo
gofetch
fi fi