From 1397c762434ea9a0852a1bbcc046360658b79321 Mon Sep 17 00:00:00 2001 From: rhodes-b <59537185+rhodes-b@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:49:48 -0500 Subject: [PATCH] mark ssh shell-integration wrapper as a function this matches other features + fixes a case where users alias to some other command --- src/shell-integration/bash/ghostty.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/bash/ghostty.bash b/src/shell-integration/bash/ghostty.bash index ca5a012c6..2cf9d388f 100644 --- a/src/shell-integration/bash/ghostty.bash +++ b/src/shell-integration/bash/ghostty.bash @@ -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=()