Put the colors back; that was a wrong edit
This commit is contained in:
parent
f7f2a15cfb
commit
c8d041d3ee
1 changed files with 9 additions and 10 deletions
|
|
@ -51,17 +51,16 @@ function shorten-path([string] $path)
|
||||||
|
|
||||||
$global:SolarizedColors = $true
|
$global:SolarizedColors = $true
|
||||||
|
|
||||||
# if ($Host.Name -eq "ConsoleHost")
|
if ($Host.Name -eq "ConsoleHost")
|
||||||
# {
|
{
|
||||||
# Set-SolarizedColors -Dark
|
Set-SolarizedColors -Dark
|
||||||
# $global:SolarizedColors = $true
|
$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
|
function prompt
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue