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:
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.
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.