Skip to content

Commit

Permalink
Merge pull request #575 from Bobo1239/enhance-path
Browse files Browse the repository at this point in the history
Enhance Path in profile.ps1
  • Loading branch information
Stanzilla committed Oct 12, 2015
2 parents c15e3f4 + 316a42b commit 419c785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 419c785

Please sign in to comment.