Skip to content

Commit b23d73e

Browse files
authored
support prompt: user@Mac-mini ~ %
1 parent 1b0f11c commit b23d73e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sshg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def spawn_ssh(host_config: HostConfig, is_local: bool = True, ssh_client: pxssh.
176176
port=host_config.port,
177177
ssh_key=keypath,
178178
quiet=False,
179+
original_prompt='[#$%]',
179180
sync_original_prompt=False,
180181
auto_prompt_reset=reset_prompt)
181182
else:

0 commit comments

Comments
 (0)