mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
don't print logo in zellij for fastfetch
This commit is contained in:
parent
86616c084f
commit
d6684ed769
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue