kitty also integrate with bash

This commit is contained in:
Noa Aarts 2024-11-11 00:30:04 +01:00
parent 7655884d8b
commit d95e862788
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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;
};
}; };
}; };
} }