Skip to content

Shell integrations showing red X #299

Discussion options

You must be logged in to vote

zprofile is reported fine since our integration lines are at the top and bottom of the file, but bash_profile isn't so we're reporting an error. This is probably happening since the zsh integrations are installed after bash, and we don't resolve symlinks when performing our install logic.

We should definitely present a better error message, but otherwise can you instead update your zprofile/bash_profile to source a common profile instead? Our installation hooks depend on bash/zsh syntax, so it could be unsafe to run our bash script from within a zsh shell.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mismith
Comment options

@brandonskiser
Comment options

Answer selected by mismith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment