We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 845720e + 34f2aab commit 59e14a1Copy full SHA for 59e14a1
vendor/profile.ps1
@@ -28,7 +28,6 @@ if (!$ENV:CMDER_ROOT) {
28
# Remove trailing '\'
29
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")
30
31
-# Do not load bundled PsGet if a module installer is already available
32
# -> recent PowerShell versions include PowerShellGet out of the box
33
$moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue)
34
0 commit comments