applyAtShellIntegration property

bool? get applyAtShellIntegration

Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.

Implementation

_i2.bool? get applyAtShellIntegration => _i5.getProperty(
      this,
      'applyAtShellIntegration',
    );
set applyAtShellIntegration (bool? value)

Implementation

set applyAtShellIntegration(_i2.bool? value) {
  _i5.setProperty(
    this,
    'applyAtShellIntegration',
    value ?? _i6.undefined,
  );
}