From 045d3dbcb06d8f9c5796b225884cc89f825ed14d Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 13 May 2014 07:16:47 -0700 Subject: [PATCH] Don't need or want this color thing anymore --- WindowsPowershell/Profile.ps1 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/WindowsPowershell/Profile.ps1 b/WindowsPowershell/Profile.ps1 index 9cffe0a..96e96d5 100644 --- a/WindowsPowershell/Profile.ps1 +++ b/WindowsPowershell/Profile.ps1 @@ -49,19 +49,6 @@ function shorten-path([string] $path) 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 { $ok = $?