Skip to content

Commit 088c7e3

Browse files
authored
Update about_Profiles.md
1 parent ec18d5c commit 088c7e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Profiles.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ function Get-CmdletAlias ($cmdletname)
234234
Get-Alias | Where-Object -FilterScript {$_.Definition -like "$cmdletname"} | Format-Table -Property Definition, Name -AutoSize
235235
}
236236
```
237-
- Add an Add-PsSnapin command to add any Windows PowerShell snap-ins that
238-
you use.
239237

240238
- Customize your console.
241239
```

0 commit comments

Comments
 (0)