mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
refactor: adjust logo in Powershell
This commit is contained in:
parent
7537f6dc70
commit
86d68700c1
|
@ -72,15 +72,14 @@ function Get-PoshThemes {
|
||||||
$esc = [char]27
|
$esc = [char]27
|
||||||
$consoleWidth = $Host.UI.RawUI.WindowSize.Width
|
$consoleWidth = $Host.UI.RawUI.WindowSize.Width
|
||||||
$logo = @'
|
$logo = @'
|
||||||
__ _ __
|
__ _____ _ ___ ___ ______ _ __
|
||||||
/ / | | \ \
|
/ / | _ | | | \/ | | ___ \ | | \ \
|
||||||
/ / __ _ ___ _ __ ___ _ _ _ __ ___ ___| |__ \ \
|
/ / | | | | |__ | . . |_ _ | |_/ /__ ___| |__ \ \
|
||||||
< < / _` |/ _ \ | '_ ` _ \| | | | | '_ \ / _ \/ __| '_ \ > >
|
< < | | | | '_ \ | |\/| | | | | | __/ _ \/ __| '_ \ > >
|
||||||
\ \ | (_| | (_) | | | | | | | |_| | | |_) | (_) \__ \ | | | / /
|
\ \ \ \_/ / | | | | | | | |_| | | | | (_) \__ \ | | | / /
|
||||||
\_\ \__, |\___/ |_| |_| |_|\__, | | .__/ \___/|___/_| |_| /_/
|
\_\ \___/|_| |_| \_| |_/\__, | \_| \___/|___/_| |_| /_/
|
||||||
__/ | __/ | | |
|
__/ |
|
||||||
|___/ |___/ |_|
|
|___/
|
||||||
|
|
||||||
'@
|
'@
|
||||||
Write-Host $logo
|
Write-Host $logo
|
||||||
$poshCommand = Get-PoshCommand
|
$poshCommand = Get-PoshCommand
|
||||||
|
|
Loading…
Reference in a new issue