From 2a1a736ceb94da50deb817f7d3327290a2ec3b9f Mon Sep 17 00:00:00 2001 From: Bond Date: Thu, 4 Jun 2015 23:25:09 +0100 Subject: [PATCH] Remove depreciated Enable-GitColors The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2480f584e039b47f0db1c020a197ee9e8f and should be removed here as well. --- vendor/profile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 58c6997..dad67b7 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -51,7 +51,6 @@ function global:prompt { # Load special features come from posh-git if ($gitStatus) { - Enable-GitColors Start-SshAgent -Quiet }