Skip to content

Commit

Permalink
docs: Add Powershell setup to repo README
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Oct 15, 2019
1 parent 5570fcc commit 392fa24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ The prompt shows information you need while you're working, while staying sleek
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

For details on how to configure Starship, check out our [documentation](https://starship.rs/config/).
Expand Down

0 comments on commit 392fa24

Please sign in to comment.