We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0976950 commit be2fe9fCopy full SHA for be2fe9f
1 file changed
bash/.bashrc.d/interactive.sh
@@ -1123,6 +1123,7 @@ __main() {
1123
# return if coding agent
1124
[ -n "$CLAUDECODE" ] && return 0
1125
[ -n "$CURSOR_AGENT" ] && return 0
1126
+ [ -n "$CODEX_THREAD_ID" ] && return 0
1127
1128
# always use terminal multiplexer
1129
if [ -z "$TMUX" ] && [ -z "$VIM_TERMINAL" ] && [ ! -f '/.dockerenv' ] && type tmux >/dev/null 2>&1
0 commit comments