mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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
|
||||
$consoleWidth = $Host.UI.RawUI.WindowSize.Width
|
||||
$logo = @'
|
||||
__ _ __
|
||||
/ / | | \ \
|
||||
/ / __ _ ___ _ __ ___ _ _ _ __ ___ ___| |__ \ \
|
||||
< < / _` |/ _ \ | '_ ` _ \| | | | | '_ \ / _ \/ __| '_ \ > >
|
||||
\ \ | (_| | (_) | | | | | | | |_| | | |_) | (_) \__ \ | | | / /
|
||||
\_\ \__, |\___/ |_| |_| |_|\__, | | .__/ \___/|___/_| |_| /_/
|
||||
__/ | __/ | | |
|
||||
|___/ |___/ |_|
|
||||
|
||||
__ _____ _ ___ ___ ______ _ __
|
||||
/ / | _ | | | \/ | | ___ \ | | \ \
|
||||
/ / | | | | |__ | . . |_ _ | |_/ /__ ___| |__ \ \
|
||||
< < | | | | '_ \ | |\/| | | | | | __/ _ \/ __| '_ \ > >
|
||||
\ \ \ \_/ / | | | | | | | |_| | | | | (_) \__ \ | | | / /
|
||||
\_\ \___/|_| |_| \_| |_/\__, | \_| \___/|___/_| |_| /_/
|
||||
__/ |
|
||||
|___/
|
||||
'@
|
||||
Write-Host $logo
|
||||
$poshCommand = Get-PoshCommand
|
||||
|
|
Loading…
Reference in a new issue