Don't need or want this color thing anymore

This commit is contained in:
John Doty 2014-05-13 07:16:47 -07:00
parent 86448219a0
commit 045d3dbcb0

View file

@ -49,19 +49,6 @@ function shorten-path([string] $path)
return ($loc -replace '\\(\.?)([^\\]{3})[^\\]*(?=\\)','\$1$2') return ($loc -replace '\\(\.?)([^\\]{3})[^\\]*(?=\\)','\$1$2')
} }
$global:SolarizedColors = $false
if (($Host.Name -eq "ConsoleHost") -and ("$env:CMDER_ROOT" -eq ''))
{
Set-SolarizedColors -Dark
$global:SolarizedColors = $true
# Doing this screws up the colors in the window, and the only way to
# make it look remotely pretty is to do this.
#
cls
}
function prompt function prompt
{ {
$ok = $? $ok = $?