From 316a42b8f932142cfa1687ea635ddf5315e5e05a Mon Sep 17 00:00:00 2001 From: Boris Zhou Date: Mon, 3 Aug 2015 16:06:41 +0200 Subject: [PATCH] Enhance Path in profile.ps1 --- vendor/profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index dad67b7..3bef8b7 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -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" \ No newline at end of file