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