pub fn install_session_executor(exec: &mut ShellExecutor)Expand description
Register the persistent session executor used by execode for the
interactive loop() REPL. The pointer must outlive the session (the
bin keeps the executor alive until zsh_main exits the process).