fix: remove dangling resources_dir var
parent
80475e1d17
commit
fb8f6c77dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue