Files
redux-scraper/.devcontainer/fish-shell-conf-d/bash-in-agent.fish
2025-07-08 02:52:57 +00:00

11 lines
265 B
Fish

# Agent detection - only activate minimal mode for actual agents
if test -n "$npm_config_yes"; or test -n "$CI"; or not status --is-interactive
set -gx AGENT_MODE true
else
set -gx AGENT_MODE false
end
if test $AGENT_MODE = true
# /usr/bin/bash -l
end