You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/A-git-in-other-environments/sections/powershell.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This happens, because the modules that ship with Windows PowerShell are signed w
58
58
===== Update PowerShell Prompt
59
59
60
60
To include git information in your prompt, the posh-git module needs to be imported.
61
-
To have posh-git imported every time PowerShell starts, execute the `Add-PoshGitToProfile` command which will add the import statement into you `$profile` script.
61
+
To have posh-git imported every time PowerShell starts, execute the `Add-PoshGitToProfile` command which will add the import statement into your `$profile` script.
62
62
This script is executed everytime you open a new PowerShell console.
63
63
Keep in mind, that there are multiple `$profile` scripts.
64
64
E. g. one for the console and a separate one for the ISE.
0 commit comments