mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
FMT
This commit is contained in:
@@ -2964,8 +2964,7 @@ mod tests {
|
||||
}
|
||||
|
||||
fn zsh_shell(shell_snapshot: Option<Arc<ShellSnapshot>>) -> shell::Shell {
|
||||
let (_tx, rx) =
|
||||
tokio::sync::watch::channel(shell_snapshot);
|
||||
let (_tx, rx) = tokio::sync::watch::channel(shell_snapshot);
|
||||
shell::Shell::Posix(shell::PosixShell {
|
||||
shell_path: "/bin/zsh".to_string(),
|
||||
rc_path: "/Users/example/.zshrc".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user