You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yai seems to know that I am using Fish shell as it generates commands for Fish, but then it tries to run them in Bash and they fail. Looking at the code, I'm guessing PrepareInteractiveCommand in run/runner.go is being used and this runs Bash.
Yai seems to know that I am using Fish shell as it generates commands for Fish, but then it tries to run them in Bash and they fail. Looking at the code, I'm guessing
PrepareInteractiveCommandinrun/runner.gois being used and this runs Bash.