From 851dfaa7d26da9af65a6eda4b0d7532914ab0168 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Mon, 28 Apr 2025 11:45:37 +0800 Subject: [PATCH] enable starship in powershell --- pwsh/HowToUse.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pwsh/HowToUse.md b/pwsh/HowToUse.md index f8effef..cdb1078 100644 --- a/pwsh/HowToUse.md +++ b/pwsh/HowToUse.md @@ -18,6 +18,11 @@ Import-Module -Name Microsoft.WinGet.CommandNotFound ``` # Starship +Enable `Starship` in `$PROFILE` +```powershell +Invoke-Expression (&starship init powershell) +``` + Create symbolic link `$HOME\.config\starship.toml` point to `$HOME\.TerminalPolyjuice\starship\starship.toml` ```powershell