Skip to content

Commit

Permalink
refactor: adjust logo in Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 16, 2020
1 parent 7537f6d commit 86d6870
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions packages/powershell/oh-my-posh/oh-my-posh.psm1
Expand Up @@ -72,15 +72,14 @@ function Get-PoshThemes {
$esc = [char]27
$consoleWidth = $Host.UI.RawUI.WindowSize.Width
$logo = @'
__ _ __
/ / | | \ \
/ / __ _ ___ _ __ ___ _ _ _ __ ___ ___| |__ \ \
< < / _` |/ _ \ | '_ ` _ \| | | | | '_ \ / _ \/ __| '_ \ > >
\ \ | (_| | (_) | | | | | | | |_| | | |_) | (_) \__ \ | | | / /
\_\ \__, |\___/ |_| |_| |_|\__, | | .__/ \___/|___/_| |_| /_/
__/ | __/ | | |
|___/ |___/ |_|
__ _____ _ ___ ___ ______ _ __
/ / | _ | | | \/ | | ___ \ | | \ \
/ / | | | | |__ | . . |_ _ | |_/ /__ ___| |__ \ \
< < | | | | '_ \ | |\/| | | | | | __/ _ \/ __| '_ \ > >
\ \ \ \_/ / | | | | | | | |_| | | | | (_) \__ \ | | | / /
\_\ \___/|_| |_| \_| |_/\__, | \_| \___/|___/_| |_| /_/
__/ |
|___/
'@
Write-Host $logo
$poshCommand = Get-PoshCommand
Expand Down

0 comments on commit 86d6870

Please sign in to comment.