From 2c7e2e06451084e7f49d5de95ddd7a5cd6ef0a63 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 13 May 2021 11:04:10 +0800 Subject: [PATCH] theme --- win/profile.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/profile.ps1 b/win/profile.ps1 index 6fd1433..5e8a953 100644 --- a/win/profile.ps1 +++ b/win/profile.ps1 @@ -23,9 +23,9 @@ Set-Alias -Name v nvim $isPs7 = $host.Version.Major -ge 7 if ( $isPs7 ) { if ((Get-Module oh-my-posh).Version.Major -eq 3) { - Set-PoshPrompt + Set-PoshPrompt -Theme fish } else { - Set-Prompt + Set-Prompt -Theme fish } }