From e3b01ed8c00d2ded07004a4d44ae91bc36e619d7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 24 Jun 2025 14:25:02 -0400 Subject: [PATCH] switch from neofetch to gofetch Signed-off-by: Jeff Carr --- bashrc/.wit | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bashrc/.wit b/bashrc/.wit index 1d29a49..ad2976c 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -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