kitty: always export KITTY_SHELL_INTEGRATION
This ensures that `KITTY_SHELL_INTEGRATION` is manually set to the user's `shellIntegration.mode`. This is necessary because sometimes the variable is not set in subshells or splits. `shellIntegration.mode` is also now ensured to always contain `no-rc`.
This commit is contained in:
parent
1683c507c2
commit
4740f2ccda
2 changed files with 13 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ font_size 8
|
|||
|
||||
|
||||
# Shell integration is sourced and configured manually
|
||||
shell_integration no-rc enabled
|
||||
shell_integration no-rc
|
||||
|
||||
enable_audio_bell no
|
||||
scrollback_lines 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue