From 77f5fe256064f2f9f10123f507d42d4e847cc843 Mon Sep 17 00:00:00 2001 From: Hanna Date: Mon, 7 Apr 2025 16:09:43 -0400 Subject: [PATCH] fix: parenthesis are unneeded around builtins --- 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 6c35a21c5..319cffa8d 100644 --- a/src/shell-integration/elvish/lib/ghostty-integration.elv +++ b/src/shell-integration/elvish/lib/ghostty-integration.elv @@ -76,7 +76,7 @@ fn report-pwd { use platform - printf "\e]7;file://%s%s\a" (platform:hostname) ($pwd) + printf "\e]7;file://%s%s\a" platform:hostname $pwd } fn sudo-with-terminfo {|@args|