From 15e6766b5c091273e88c78c18639c12b61f01fec Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Mon, 16 May 2011 09:26:08 -0500 Subject: [PATCH] Removing setting of $Env:LESS in Enable-GitColors as FRSX is now Git's default behavior. Closes #11 --- GitUtils.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/GitUtils.ps1 b/GitUtils.ps1 index d9b88a39c..2dc101879 100644 --- a/GitUtils.ps1 +++ b/GitUtils.ps1 @@ -164,7 +164,6 @@ function Get-GitStatus($gitDir = (Get-GitDirectory)) { function Enable-GitColors { $env:TERM = 'cygwin' - $env:LESS = 'FRSX' } function Get-GitAliasPattern {