Shell integrations showing red X #299
Answered
by
brandonskiser
mismith
asked this question in
Support ticket
-
Checks
Expected behaviourShould show a green checkmark Actual behaviourLooks similar to #24 but no resolution there Steps to reproduceJust open app Environment[q-details]
version = "1.5.0"
hash = "b724dbb5086098abbea6304684a779508e864e24"
date = "2024-11-21T17:26:56.475228Z (12d ago)"
variant = "full"
[system-info]
os = "macOS 15.1.1 (24B91)"
chip = "Apple M3 Pro"
total-cores = 12
memory = "36.00 GB"
[environment]
cwd = "/Users/USER/Sites/@neuroxhq/infra/local"
cli-path = "/Users/USER/Sites/@neuroxhq/infra/local"
os = "Mac"
shell-path = "/bin/zsh"
shell-version = "5.9"
terminal = "macOS"
install-method = "unknown"
[env-vars]
PATH = "/opt/homebrew/bin:/opt/homebrew/sbin:/Users/USER/.yarn/bin:/Users/USER/.config/yarn/global/node_modules/.bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/USER/.local/bin:/Users/USER/.orbstack/bin"
QTERM_SESSION_ID = "c2ad933366644ae696d3546986c7bf23"
Q_SET_PARENT_CHECK = "1"
Q_TERM = "1.5.0"
SHELL = "/bin/zsh"
TERM = "xterm-256color"
__CFBundleIdentifier = "com.apple.Terminal" |
Beta Was this translation helpful? Give feedback.
Answered by
brandonskiser
Dec 12, 2024
Replies: 1 comment 2 replies
-
Can you share the output of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.