don't print logo in zellij for fastfetch

This commit is contained in:
JesseBot 2023-03-26 19:11:07 +02:00
parent 86616c084f
commit d6684ed769

View file

@ -74,7 +74,7 @@ else
fi
# don't print fastfetch in neovim or poetry shell by default, and don't use logo
if [ ! -z $NVIM ] || [ ! -z $POETRY_ACTIVE ]; then
if [ ! -z $NVIM ] || [ ! -z $POETRY_ACTIVE ] || [ ! -z $ZELLIJ ]; then
alias fastfetch="echo '' && fastfetch --logo-type none"
else
fastfetch