Skip to content

replay

Terminal window
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.

Terminal window
replay "source ~/.bashrc"
replay "export FOO=bar"