Don't need or want this color thing anymore
This commit is contained in:
parent
86448219a0
commit
045d3dbcb0
1 changed files with 0 additions and 13 deletions
|
|
@ -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 = $?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue