mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
222e97f4bd
commit
205cfe3847
|
@ -301,14 +301,12 @@ New-Module -Name "oh-my-posh-core" -ScriptBlock {
|
||||||
$List
|
$List
|
||||||
)
|
)
|
||||||
|
|
||||||
if ($Path -eq "") {
|
while (-not (Test-Path -LiteralPath $Path)) {
|
||||||
do {
|
$Path = Read-Host 'Please enter the themes path'
|
||||||
$temp = Read-Host 'Please enter the themes path'
|
|
||||||
}
|
|
||||||
while (-not (Test-Path -LiteralPath $temp))
|
|
||||||
$Path = (Resolve-Path -Path $temp).ProviderPath
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$Path = (Resolve-Path -Path $temp).ProviderPath
|
||||||
|
|
||||||
$logo = @'
|
$logo = @'
|
||||||
__ _____ _ ___ ___ ______ _ __
|
__ _____ _ ___ ___ ______ _ __
|
||||||
/ / | _ | | | \/ | | ___ \ | | \ \
|
/ / | _ | | | \/ | | ___ \ | | \ \
|
||||||
|
|
Loading…
Reference in a new issue