Enhance Path in profile.ps1

This commit is contained in:
Boris Zhou 2015-08-03 16:06:41 +02:00
parent 70b0615b34
commit 316a42b8f9

3
vendor/profile.ps1 vendored
View File

@ -60,3 +60,6 @@ if (Test-Path Env:\CMDER_START) {
} elseif ($Env:CMDER_ROOT -and $Env:CMDER_ROOT.StartsWith($pwd)) {
Set-Location -Path $Env:USERPROFILE
}
# Enhance Path
$env:Path = "$Env:CMDER_ROOT\bin;$env:Path;$Env:CMDER_ROOT"