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
|
||||
fi
|
||||
|
||||
export PATH=~/.local/bin/:~/go/bin/:/sbin:/usr/sbin:~/go/bin:/usr/games:$PATH
|
||||
|
||||
export EDITOR=vim
|
||||
unset VIMINIT
|
||||
|
||||
|
@ -114,7 +116,9 @@ if [ -d ~/.config/wit/ ]; then
|
|||
fi
|
||||
|
||||
if [ $? == 0 ]; then
|
||||
neofetch --cpu_temp C --battery_display infobar
|
||||
# neofetch --cpu_temp C --battery_display infobar
|
||||
echo
|
||||
gofetch
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue