mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
...
This commit is contained in:
parent
c8c6f8691f
commit
cdb1138465
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def get_supported_shell_name(path: str) -> Optional[str]:
|
|||
|
||||
|
||||
def shell_integration_allows_rc_modification(opts: Options) -> bool:
|
||||
return not bool(opts.shell_integration & {'disabled', 'no-rc'})
|
||||
return not (opts.shell_integration & {'disabled', 'no-rc'})
|
||||
|
||||
|
||||
def setup_shell_integration(opts: Options, env: Dict[str, str]) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue