We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70cfa commit d37d173Copy full SHA for d37d173
1 file changed
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