How can I remove fetch screen on each terminal garuda linux

I removed paru -R neofetch-git package

but some script, force to install it again, which I don’t know.

find-the-command: "neofetch" is not found locally, searching in repositories...
find-the-command: /var/cache/pkgfile/*.files are out of date, update? [Y/n]

Then

## Run fastfetch if session is interactive
#if status --is-interactive && type -q fastfetch
#   fastfetch --config neofetch.jsonc
#end

Commented from .config/fish/config.fish related lines on the fish conf but,
it doesn’t matter… still forced to install neofetch package on alacritty emulator with bash.

echo $SHELL
/bin/bash

Could you help me, how can I have clean terminal?

Make sure you have done the following before you post:

This topic does not require an garuda-inxi, but If you think this is a formality, please visit my profile.

Hm isn’t neofetch like dead?

Garuda has preinstalled fastfetch, would that be better option to use?

2 Likes

Yes…neofetch is “dead.”
Fastfetch is lighter, better…
neofetch = bash script (no active wayland support)
fastfetch = written mainly in C

3 Likes

We need to understand which scripts, otherwise the problem could remain.
Just as an example, I see that neofetch-git is required by several AUR packages.
If you have one of them, it could be that it is calling neofetch somewhere in its logic. Hence the request to reinstall. And at the next update of that package neofetch-git would be reinstalled.

2 Likes

Have you tried KDE-lite yet?
It’s easier to install essential things rather than removing seemingly useless stuff :wink:

3 Likes
3 Likes

If you changed your shell to Bash, you need to comment the lines out of your ~/.bashrc not your Fish config.

The garuda-inxi is required for all topics in the Issues & Assistance category, as stated in the topic template.

4 Likes

That’s a very good hint. THANKS why didn’t do that!

[terminal.shell]
args = ["--login"]
program = "/usr/bin/bash"

Bash aliases works as a charm. No fastfecht, no garuda-inxi force for neofetch installation anymore.
My workflow doesn’t struggle anymore.
Yeah , I did for alacritty, and worked. But zsh and others still broken.

Each shell has its own configuration file. For Zsh you need to change ~/.zshrc.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.