File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/powershell-extended/dotfiles/.config/powershell Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 34
34
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_TERMINAL_COMPLETION_PREDICTOR' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name CompletionPredictor }
35
35
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_TERMINAL_COMPLETION_PREDICTOR_AZ' ) -eq $true ) { if (Get-Module - Name Az.Accounts - ListAvailable) { __PSProfile- Import-ModuleAndInstallIfMissing - Name Az.Tools.Predictor } }
36
36
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_TERMINAL_Z' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name z }
37
+ if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_TERMINAL_PSSCRIPTTOOLS' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name PSScriptTools }
37
38
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_TERMINAL_ICONS' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name Terminal- Icons }
38
39
# endregion Import Modules --------------------------------------------------
39
40
Original file line number Diff line number Diff line change 45
45
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_VSCODE_TERMINAL_COMPLETION_PREDICTOR' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name CompletionPredictor }
46
46
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_VSCODE_TERMINAL_COMPLETION_PREDICTOR_AZ' ) -eq $true ) { if (Get-Module - Name Az.Accounts - ListAvailable) { __PSProfile- Import-ModuleAndInstallIfMissing - Name Az.Tools.Predictor } }
47
47
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_VSCODE_TERMINAL_Z' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name z }
48
+ if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_VSCODE_TERMINAL_PSSCRIPTTOOLS' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name PSScriptTools }
48
49
if ([System.Environment ]::GetEnvironmentVariable(' PSPROFILE_VSCODE_TERMINAL_ICONS' ) -eq $true ) { __PSProfile- Import-ModuleAndInstallIfMissing - Name Terminal- Icons }
49
50
# endregion Import Modules --------------------------------------------------
50
51
You can’t perform that action at this time.
0 commit comments