From c8d041d3ee5fa3fb5c0fc7c1264c9286136307ae Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 21 Mar 2014 21:33:30 -0700 Subject: [PATCH] Put the colors back; that was a wrong edit --- WindowsPowershell/Profile.ps1 | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/WindowsPowershell/Profile.ps1 b/WindowsPowershell/Profile.ps1 index b6aec7c..c1992a1 100644 --- a/WindowsPowershell/Profile.ps1 +++ b/WindowsPowershell/Profile.ps1 @@ -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 {