From 86d68700c1a82300180c15e28a4edaf39861d25e Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 15 Oct 2020 19:12:13 +0200 Subject: [PATCH] refactor: adjust logo in Powershell --- packages/powershell/oh-my-posh/oh-my-posh.psm1 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/powershell/oh-my-posh/oh-my-posh.psm1 b/packages/powershell/oh-my-posh/oh-my-posh.psm1 index 677dcfdda129..abb63b6ff1c0 100644 --- a/packages/powershell/oh-my-posh/oh-my-posh.psm1 +++ b/packages/powershell/oh-my-posh/oh-my-posh.psm1 @@ -72,15 +72,14 @@ function Get-PoshThemes { $esc = [char]27 $consoleWidth = $Host.UI.RawUI.WindowSize.Width $logo = @' - __ _ __ - / / | | \ \ - / / __ _ ___ _ __ ___ _ _ _ __ ___ ___| |__ \ \ - < < / _` |/ _ \ | '_ ` _ \| | | | | '_ \ / _ \/ __| '_ \ > > - \ \ | (_| | (_) | | | | | | | |_| | | |_) | (_) \__ \ | | | / / - \_\ \__, |\___/ |_| |_| |_|\__, | | .__/ \___/|___/_| |_| /_/ - __/ | __/ | | | - |___/ |___/ |_| - + __ _____ _ ___ ___ ______ _ __ + / / | _ | | | \/ | | ___ \ | | \ \ + / / | | | | |__ | . . |_ _ | |_/ /__ ___| |__ \ \ +< < | | | | '_ \ | |\/| | | | | | __/ _ \/ __| '_ \ > > + \ \ \ \_/ / | | | | | | | |_| | | | | (_) \__ \ | | | / / + \_\ \___/|_| |_| \_| |_/\__, | \_| \___/|___/_| |_| /_/ + __/ | + |___/ '@ Write-Host $logo $poshCommand = Get-PoshCommand