Stop doing colors in cmder
This commit is contained in:
parent
403989820e
commit
6536a4885f
1 changed files with 3 additions and 3 deletions
|
|
@ -49,9 +49,9 @@ function shorten-path([string] $path)
|
||||||
return ($loc -replace '\\(\.?)([^\\]{3})[^\\]*(?=\\)','\$1$2')
|
return ($loc -replace '\\(\.?)([^\\]{3})[^\\]*(?=\\)','\$1$2')
|
||||||
}
|
}
|
||||||
|
|
||||||
$global:SolarizedColors = $true
|
$global:SolarizedColors = $false
|
||||||
|
|
||||||
if ($Host.Name -eq "ConsoleHost")
|
if (($Host.Name -eq "ConsoleHost") -and ("$env:CMDER_ROOT" -eq ''))
|
||||||
{
|
{
|
||||||
Set-SolarizedColors -Dark
|
Set-SolarizedColors -Dark
|
||||||
$global:SolarizedColors = $true
|
$global:SolarizedColors = $true
|
||||||
|
|
@ -66,7 +66,7 @@ function prompt
|
||||||
{
|
{
|
||||||
$ok = $?
|
$ok = $?
|
||||||
|
|
||||||
if ($Host.Name -eq "ConsoleHost")
|
if ($global:SolarizedColors)
|
||||||
{
|
{
|
||||||
# Our "theme", as it were. Note that we assume the use of the
|
# Our "theme", as it were. Note that we assume the use of the
|
||||||
# solarized colors.
|
# solarized colors.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue