From a8f760c6d2a6027d5161cc9ed3cce40526f8446f Mon Sep 17 00:00:00 2001 From: Hanna Date: Mon, 7 Apr 2025 16:10:50 -0400 Subject: [PATCH] fix: undo accidental replace --- src/shell-integration/elvish/lib/ghostty-integration.elv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/elvish/lib/ghostty-integration.elv b/src/shell-integration/elvish/lib/ghostty-integration.elv index 319cffa8d..bf6477aed 100644 --- a/src/shell-integration/elvish/lib/ghostty-integration.elv +++ b/src/shell-integration/elvish/lib/ghostty-integration.elv @@ -110,7 +110,7 @@ var features = [(str:split ',' $E:GHOSTTY_SHELL_FEATURES)] if (has-value $features title) { - set after-chdir = (conj $after-chdir {|_| report- }) + set after-chdir = (conj $after-chdir {|_| report-pwd }) } if (has-value $features cursor) { fn beam { printf "\e[5 q" }