Skip to content

Commit

Permalink
fixing style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wheeler authored and juanpablojofre committed Oct 26, 2017
1 parent 534e762 commit 8badc3c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ The environment variables that store preferences include:
The default value of $Env:PSModulePath is:

```
$home\Documents\WindowsPowerShell\Modules; $pshome\Modules
$HOME\Documents\WindowsPowerShell\Modules; $PSHOME\Modules
```

Windows PowerShell sets the value of "\$pshome\\Modules" in the registry. It
sets the value of "\$home\\Documents\\WindowsPowerShell\\Modules" each time you
Windows PowerShell sets the value of "\$PSHOME\\Modules" in the registry. It
sets the value of "\$HOME\\Documents\\WindowsPowerShell\\Modules" each time you
start Windows PowerShell.

In addition, setup programs that install modules in other directories, such as
Expand Down Expand Up @@ -294,7 +294,7 @@ $path = [System.Environment]::GetEnvironmentVariable("PSModulePath",
```

For more information about the methods of the System.Environment class, see
[Environment Methods](http://go.microsoft.com/fwlink/?LinkId=242783) in
[Environment Methods](https://go.microsoft.com/fwlink/?LinkId=242783) in
MSDN.

You can add also add a command that changes the value to your profile or use
Expand Down

0 comments on commit 8badc3c

Please sign in to comment.