fix: remove dangling resources_dir var

pull/7608/head
Jason Rayne 2025-06-17 15:26:00 -07:00
parent 80475e1d17
commit fb8f6c77dd
No known key found for this signature in database
GPG Key ID: 097A1F6E614573B7
1 changed files with 0 additions and 6 deletions

View File

@ -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