Skip to content

Commit

Permalink
fixed vendor\profile.ps1 profile.d - added post popd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax T. Games committed Mar 3, 2016
1 parent d6eec2f commit 8dbbb90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendor/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8dbbb90

Please sign in to comment.