Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bling.sh can't be sourced from zsh #131

Open
sargunv opened this issue Jan 25, 2025 · 0 comments
Open

bling.sh can't be sourced from zsh #131

sargunv opened this issue Jan 25, 2025 · 0 comments

Comments

@sargunv
Copy link
Contributor

sargunv commented Jan 25, 2025

bling.sh appears to support zsh, according to this elif statement:

elif [ "$(basename "$SHELL")" = "zsh" ]; then

But in reality this is what happens if I try it:

Image

I suspect it's because of the #!/usr/bin/sh at the top. Copying the contents manually into my .zshrc works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant