added if statement that checks xterm-kitty before intiating neofetch on startup
This commit is contained in:
parent
d53e204955
commit
4081e18e45
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
#
|
#
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
neofetch
|
if [ $TERM == "xterm-256color" ] ; then
|
||||||
|
neofetch
|
||||||
|
fi
|
||||||
# create custom env variables:
|
# create custom env variables:
|
||||||
export cproj="/home/brian/scripts"
|
export cproj="/home/brian/scripts"
|
||||||
# custom BROWSER env for ddgr:
|
# custom BROWSER env for ddgr:
|
||||||
|
|
@ -19,7 +20,6 @@ bind -m vi-insert 'Control-l: clear-screen'
|
||||||
cat /dev/null > ~/.bash_history && history -c
|
cat /dev/null > ~/.bash_history && history -c
|
||||||
|
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
colors() {
|
colors() {
|
||||||
local fgc bgc vals seq0
|
local fgc bgc vals seq0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue