switch from neofetch to gofetch
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3b32acd06f
commit
e3b01ed8c0
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue