mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
docs: Add Powershell setup to repo README
This commit is contained in:
parent
5570fcc47c
commit
392fa247b7
@ -201,6 +201,15 @@ The prompt shows information you need while you're working, while staying sleek
|
|||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Powershell
|
||||||
|
|
||||||
|
Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# ~\Documents\PowerShell\Profile.ps1
|
||||||
|
Invoke-Expression (&starship init powershell)
|
||||||
|
```
|
||||||
|
|
||||||
## 🔧 Configuration
|
## 🔧 Configuration
|
||||||
|
|
||||||
For details on how to configure Starship, check out our [documentation](https://starship.rs/config/).
|
For details on how to configure Starship, check out our [documentation](https://starship.rs/config/).
|
||||||
|
Loading…
Reference in New Issue
Block a user