mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
fix: remove dangling resources_dir var
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user