mirror of
https://github.com/starship/starship.git
synced 2024-12-25 16:48:55 +01:00
Update document for installing on windows
This commit is contained in:
parent
e7a83aa445
commit
5dc8db05c4
@ -86,7 +86,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
||||
|
||||
#### Powershell
|
||||
|
||||
Add the following to the end of `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix):
|
||||
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. The location of this file can be checked with the `$PROFILE` command on PowerShell.
|
||||
|
||||
```sh
|
||||
# ~\Documents\PowerShell\Profile.ps1
|
||||
|
@ -94,7 +94,7 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
|
||||
|
||||
#### Powershell
|
||||
|
||||
`~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` (それか Nix上の `~/.config/powershell/Microsoft.PowerShell_profile.ps1` )の末尾に以下を追加してください。
|
||||
`Microsoft.PowerShell_profile.ps1` の末尾に以下を追加してください。このファイルの置き場所は PowerShell で `$PROFILE` コマンドを実行することで確認することができます。
|
||||
|
||||
```sh
|
||||
# ~\Documents\PowerShell\Profile.ps1
|
||||
|
Loading…
Reference in New Issue
Block a user