From 8dbbb902d989e324590f7c9fa6b8069e63825d53 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Wed, 2 Mar 2016 17:52:12 -0600 Subject: [PATCH] fixed vendor\profile.ps1 profile.d - added post popd --- vendor/profile.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index f549ed4e6..cbe7e19f9 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -99,9 +99,10 @@ if (-not (test-path "$ENV:CMDER_ROOT\config\profile.d")) { pushd $ENV:CMDER_ROOT\config\profile.d foreach ($x in ls *.ps1) { - # write-host Sourcing $ENV:CMDER_ROOT\config\profile.d\$x + # write-host write-host Sourcing $x . $x } +popd $CmderUserProfilePath = Join-Path $env:CMDER_ROOT "config\user-profile.ps1" if(Test-Path $CmderUserProfilePath) {