diff options
| author | Jeff Carr <[email protected]> | 2025-06-24 14:25:02 -0400 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-24 14:25:02 -0400 |
| commit | e3b01ed8c00d2ded07004a4d44ae91bc36e619d7 (patch) | |
| tree | 0ecd243b04f4f6af837b106d737a9c8104472e40 | |
| parent | 3b32acd06f80f8c3831accac2d20e7c8f0f838ca (diff) | |
switch from neofetch to gofetch
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 6 |
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 |
