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
|
||||
|
||||
# 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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue