added if statement that checks xterm-kitty before intiating neofetch on startup

This commit is contained in:
tomit4 2021-12-23 12:03:05 -08:00
parent d53e204955
commit 4081e18e45

View file

@ -1,8 +1,9 @@
#
# ~/.bashrc
#
neofetch
if [ $TERM == "xterm-256color" ] ; then
neofetch
fi
# create custom env variables:
export cproj="/home/brian/scripts"
# custom BROWSER env for ddgr:
@ -19,7 +20,6 @@ bind -m vi-insert 'Control-l: clear-screen'
cat /dev/null > ~/.bash_history && history -c
[[ $- != *i* ]] && return
colors() {
local fgc bgc vals seq0