kitty also integrate with bash
This commit is contained in:
parent
7655884d8b
commit
d95e862788
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,10 @@ in
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
scrollback_lines = 5000;
|
scrollback_lines = 5000;
|
||||||
};
|
};
|
||||||
shellIntegration.enableZshIntegration = true;
|
shellIntegration = {
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue