summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc/.wit6
1 files changed, 5 insertions, 1 deletions
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