Skip to content

Commit

Permalink
Removing setting of $Env:LESS in Enable-GitColors as FRSX is now Git'…
Browse files Browse the repository at this point in the history
…s default behavior. Closes #11
  • Loading branch information
dahlbyk committed May 16, 2011
1 parent d604c0f commit 15e6766
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GitUtils.ps1
Expand Up @@ -164,7 +164,6 @@ function Get-GitStatus($gitDir = (Get-GitDirectory)) {

function Enable-GitColors {
$env:TERM = 'cygwin'
$env:LESS = 'FRSX'
}

function Get-GitAliasPattern {
Expand Down

0 comments on commit 15e6766

Please sign in to comment.