enable starship in powershell

This commit is contained in:
2025-04-28 11:45:37 +08:00
parent f803a27418
commit 851dfaa7d2

View File

@@ -18,6 +18,11 @@ Import-Module -Name Microsoft.WinGet.CommandNotFound
``` ```
# Starship # 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` Create symbolic link `$HOME\.config\starship.toml` point to `$HOME\.TerminalPolyjuice\starship\starship.toml`
```powershell ```powershell