Bash shell-integration mark ssh wrapper as a function (#8647)

pull/8675/head
Jon Parise 2025-09-16 07:55:49 -04:00 committed by GitHub
commit ed0d1b8371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ fi
# SSH Integration
if [[ "$GHOSTTY_SHELL_FEATURES" == *ssh-* ]]; then
ssh() {
function ssh() {
builtin local ssh_term ssh_opts
ssh_term="xterm-256color"
ssh_opts=()