docs: fix PowerShell heading capitalization (#7324)

Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
Rohan Santhosh Kumar
2026-03-23 02:44:02 +08:00
committed by GitHub
parent aa9af212ed
commit ebba0035a2
+1 -1
View File
@@ -105,7 +105,7 @@ onMounted(() => {
eval "$(starship init zsh)"
```
#### Powershell
#### PowerShell
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.