mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-16 17:23:35 +00:00
Small fixes
This commit is contained in:
parent
fa06d799fb
commit
189c9e2b23
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public interface KittyTerminalType extends ExternalTerminalType, TrackableTermin
|
|||
|
||||
@Override
|
||||
public int getProcessHierarchyOffset() {
|
||||
return 1;
|
||||
return ProcessControlProvider.get().getEffectiveLocalDialect() == ShellDialects.ZSH ? 1 : 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue