fix: remove dangling resources_dir var

This commit is contained in:
Jason Rayne
2025-06-17 15:26:00 -07:00
parent 80475e1d17
commit fb8f6c77dd

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