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.
1 parent 845720e commit 34f2aabCopy full SHA for 34f2aab
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