Put the colors back; that was a wrong edit

This commit is contained in:
John Doty 2014-03-21 21:33:30 -07:00
parent f7f2a15cfb
commit c8d041d3ee

View file

@ -51,17 +51,16 @@ function shorten-path([string] $path)
$global:SolarizedColors = $true
# if ($Host.Name -eq "ConsoleHost")
# {
# Set-SolarizedColors -Dark
# $global:SolarizedColors = $true
if ($Host.Name -eq "ConsoleHost")
{
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
# }
# 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
{