mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-26 17:11:40 +00:00
termio: fix "forced" shell integration
When a shell is forced, we would supply its /-prefixed executable name to mimic a path location. The rest of the integration detection logic assumes just a base executable name. Fix the forced names accordingly. Also add a unit test for this "force shell" behavior.
This commit is contained in:
@@ -16,4 +16,6 @@ pub const Impl = Exec;
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
|
||||
_ = @import("termio/shell_integration.zig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user