From 5eebe44389ba6ee7ad1844b35365db20e31e9ef9 Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Wed, 1 Mar 2017 00:50:53 -0600 Subject: [PATCH] squash! Add $GitPromptSettings.AnsiConsole Can squash both of these commits into the introduction of ANSI support. --- test/DefaultPrompt.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DefaultPrompt.Tests.ps1 b/test/DefaultPrompt.Tests.ps1 index e015cb7ac..5c6f9394f 100644 --- a/test/DefaultPrompt.Tests.ps1 +++ b/test/DefaultPrompt.Tests.ps1 @@ -2,6 +2,7 @@ Describe 'Default Prompt Tests' { BeforeAll { + $GitPromptSettings.AnsiConsole = $false $prompt = Get-Item Function:\prompt $OFS = '' }