Thanks!
This resolved my issue for now (MacOS):
Optional: Comment block
You can include this for clarity in
.zshrc:if [[ "$TERM_PROGRAM" == "vscode" || "$TERM_PROGRAM" == "cursor" ]]; then return fi
From:
Thanks!
This resolved my issue for now (MacOS):
Optional: Comment block
You can include this for clarity in
.zshrc:if [[ "$TERM_PROGRAM" == "vscode" || "$TERM_PROGRAM" == "cursor" ]]; then return fi
From: