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 71b648f + d37d173 commit a0a5b2cCopy full SHA for a0a5b2c
vendor/profile.ps1
@@ -28,7 +28,7 @@ if (!$ENV:CMDER_ROOT) {
28
# Remove trailing '\'
29
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")
30
31
-# -> recent PowerShell versions include PowerShellGet out of the box
+# Recent PowerShell versions include PowerShellGet out of the box
32
$moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue)
33
34
# Add Cmder modules directory to the autoload path.
0 commit comments