Skip to content

fix: init mcfly last to avoid keybind override

Codacy Production / Codacy Static Code Analysis required action May 14, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 2 in toolboxes/powershell-toolbox/profile.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

toolboxes/powershell-toolbox/profile.ps1#L2

Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.

Check warning on line 5 in toolboxes/powershell-toolbox/profile.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

toolboxes/powershell-toolbox/profile.ps1#L5

Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.

Check warning on line 8 in toolboxes/powershell-toolbox/profile.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

toolboxes/powershell-toolbox/profile.ps1#L8

$null should be on the left side of equality comparisons.

Check warning on line 36 in toolboxes/powershell-toolbox/profile.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

toolboxes/powershell-toolbox/profile.ps1#L36

Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.