replay
replay <commands>Runs Bash commands and replays any resulting changes to environment variables, aliases, and the working directory back into the current Fish session. Useful for sourcing Bash scripts.
replay "source ~/.bashrc"replay "export FOO=bar"