summaryrefslogtreecommitdiffstats
path: root/docs/pt-PT/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-11-28 23:45:59 -0500
committerGitHub <noreply@github.com>2020-11-28 23:45:59 -0500
commitea6f5e429cb83c7cf690493c9c42901ea63b5838 (patch)
treee1b6a14e2c95694b15a42c253d969c4f934f9828 /docs/pt-PT/README.md
parent3dfe4ca932b80a54f1ab809d106558b003e61e0d (diff)
docs(i18n): New Crowdin updates (#1788)
Diffstat (limited to 'docs/pt-PT/README.md')
-rw-r--r--docs/pt-PT/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/pt-PT/README.md b/docs/pt-PT/README.md
index 048607956..4767ca0b1 100644
--- a/docs/pt-PT/README.md
+++ b/docs/pt-PT/README.md
@@ -94,11 +94,9 @@ 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`. 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.
```sh
- # ~\Documents\PowerShell\Profile.ps1
-
Invoke-Expression (&starship init powershell)
```