From fb8f6c77dd49d57ec22e9119ed08ea7e4f974a1c Mon Sep 17 00:00:00 2001 From: Jason Rayne Date: Tue, 17 Jun 2025 15:26:00 -0700 Subject: [PATCH] fix: remove dangling resources_dir var --- src/shell-integration/elvish/lib/ghostty-integration.elv | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shell-integration/elvish/lib/ghostty-integration.elv b/src/shell-integration/elvish/lib/ghostty-integration.elv index ef34d97b8..7611d6745 100644 --- a/src/shell-integration/elvish/lib/ghostty-integration.elv +++ b/src/shell-integration/elvish/lib/ghostty-integration.elv @@ -140,12 +140,6 @@ } } - if (has-env GHOSTTY_RESOURCES_DIR) { - if (not-eq "" $E:GHOSTTY_RESOURCES_DIR) { - set env-vars = [$@env-vars GHOSTTY_RESOURCES_DIR=$E:GHOSTTY_RESOURCES_DIR] - } - } - # Execute with environment variables if any were set if (> (count $env-vars) 0) { (external env) $@env-vars ssh $@args