Renamed to list-profiles.ps1

This commit is contained in:
Markus Fleschutz
2021-02-24 19:03:31 +01:00
parent f0e080c867
commit daf53ac0c4
4 changed files with 18 additions and 25 deletions

View File

@ -103,7 +103,7 @@ Scripts for PowerShell 🔎
* [list-automatic-variables.ps1](Scripts/list-automatic-variables.ps1) - lists the automatic variables of PowerShell
* [list-cmdlets.ps1](Scripts/list-cmdlets.ps1) - lists the PowerShell cmdlets
* [list-modules.ps1](Scripts/list-modules.ps1) - lists the PowerShell modules
* [list-profile.ps1](Scripts/list-profile.ps1) - lists your PowerShell profile file
* [list-profiles.ps1](Scripts/list-profiles.ps1) - lists your PowerShell profiles
* [list-scripts.ps1](Scripts/list-scripts.ps1) - lists all PowerShell scripts in this repository
Various Scripts 🛒