Update document for installing on windows

This commit is contained in:
Yudai Hayashi 2020-10-09 10:57:46 +09:00
parent e7a83aa445
commit 5dc8db05c4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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