separate powershell functions from profile.ps1

This commit is contained in:
Dax T. Games
2019-11-03 13:07:20 -05:00
parent dac4b27e28
commit 6ab4599a4d
2 changed files with 2 additions and 3 deletions

1
vendor/profile.ps1 vendored
View File

@ -57,7 +57,6 @@ if (Get-Module PSReadline -ErrorAction "SilentlyContinue") {
}
# Pre assign default prompt hooks so the first run of cmder gets a working prompt.
$gitLoaded = $false
$env:gitLoaded = $false
[ScriptBlock]$PrePrompt = {}
[ScriptBlock]$PostPrompt = {}