Fix previous PR
This commit is contained in:
parent
b2a5b07f92
commit
d36f6b39c7
@ -172,7 +172,7 @@ def get_effective_ksi_env_var(opts: Optional[Options] = None) -> str:
|
|||||||
return ''
|
return ''
|
||||||
# Use the default when shell_integration is empty due to misconfiguration
|
# Use the default when shell_integration is empty due to misconfiguration
|
||||||
if 'invalid' in opts.shell_integration:
|
if 'invalid' in opts.shell_integration:
|
||||||
return defaults.shell_integration
|
return ' '.join(defaults.shell_integration)
|
||||||
return ' '.join(opts.shell_integration)
|
return ' '.join(opts.shell_integration)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user