Skip to content

Commit

Permalink
Turn Enable-GitColors into a no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed May 16, 2015
1 parent f948f5a commit 4e778e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion GitUtils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function InDisabledRepository {
}

function Enable-GitColors {
$env:TERM = 'cygwin'
Write-Warning 'Enable-GitColors is Obsolete and will be removed in a future version of posh-git.'
}

function Get-AliasPattern($exe) {
Expand Down
2 changes: 0 additions & 2 deletions profile.example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function global:prompt {
return "> "
}

Enable-GitColors

Pop-Location

Start-SshAgent -Quiet

0 comments on commit 4e778e2

Please sign in to comment.