You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since fastfetch is packaged in the contrib repo one could simply run this post-install and see broken Shell: kgx & Terminal: dinit
doas apk add chimera-repo-contrib
doas apk add fastfetch
fastfetch
Regarding the comment shouldn't pipes/redirects be detected with something similar to test -t 1 in shellscript or are there other cases this also happens to catch? Maybe some smarter heuristic could be done anyway :)
The text was updated successfully, but these errors were encountered:
https://github.com/fastfetch-cli/fastfetch/blob/2.9.2/src/detection/terminalshell/terminalshell_linux.c#L222 is a problem on Chimera Linux for example where
/bin/sh
is the default shell unless you install and start using something else.Since
fastfetch
is packaged in thecontrib
repo one could simply run this post-install and see brokenShell: kgx
&Terminal: dinit
Regarding the comment shouldn't pipes/redirects be detected with something similar to
test -t 1
in shellscript or are there other cases this also happens to catch? Maybe some smarter heuristic could be done anyway :)The text was updated successfully, but these errors were encountered: