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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ Because this takes a bit of time, a cached version of the resulting commands is
51
51
52
52
Because I sometimes update the default profile or any other additional profile script, a _check for update_ mechanism has been built into the loading. Each additional profile may optionally contain a first line comment containing a version number. When loading a profile, the version number is checked against that of the corresponding script on this GitHub repository. If update is needed, a warning is displayed to the user so that they can run a command to update the script.
53
53
54
+
By default, a check for update is performed every day. Set the `$Env:CHECK_FOR_PWSH_PROFILE_UPDATES_FREQUENCY_IN_DAYS` environment variable to a different value if you need to check for update at a different rate.
55
+
54
56
## Profiles Cmdlet
55
57
56
58
The default `Microsoft.PowerShell_profile.ps1` script imports the following Cmdlets into the current session:
0 commit comments