-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
alternative-shellszsh and fish issueszsh and fish issueshelp wantedKeep the dream alive, hop on in!Keep the dream alive, hop on in!ublue-clibluefin-cli, aurora-cli, and bazzite-clibluefin-cli, aurora-cli, and bazzite-cli
Description
bling.sh appears to support zsh, according to this elif
statement:
packages/ublue/bling/src/bling.sh
Line 38 in 0e61443
elif [ "$(basename "$SHELL")" = "zsh" ]; then |
But in reality this is what happens if I try it:
I suspect it's because of the #!/usr/bin/sh
at the top. Copying the contents manually into my .zshrc works as expected.
castrojo
Metadata
Metadata
Assignees
Labels
alternative-shellszsh and fish issueszsh and fish issueshelp wantedKeep the dream alive, hop on in!Keep the dream alive, hop on in!ublue-clibluefin-cli, aurora-cli, and bazzite-clibluefin-cli, aurora-cli, and bazzite-cli