From 676297c0d438d4bbf2046213971eb70f00ec6652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Szyma=C5=84ski?= Date: Fri, 31 Jul 2015 21:45:32 +0200 Subject: [PATCH] Fixed: 'Enable-GitColors is Obsolete...' warning --- vendor/profile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index fcaa56e..b8557db 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -40,7 +40,6 @@ function global:prompt { # Load special features come from posh-git if ($gitStatus) { - Enable-GitColors Start-SshAgent -Quiet }