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