Skip to content
View wyunchi-ms's full-sized avatar
Block or Report

Block or report wyunchi-ms

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Terminal Config Terminal Config
    1
    {
    2
        "$schema": "https://aka.ms/terminal-profiles-schema",
    3
        "globals" : 
    4
        {
    5
            "alwaysShowTabs" : true,
  2. Common used powershell profile Common used powershell profile
    1
    using namespace System.Management.Automation
    2
    using namespace System.Management.Automation.Language
    3
    
                  
    4
    
                  
    5
    Set-Alias -Name ll -Value Get-ChildItem
  3. MultiProfiles.ps1 MultiProfiles.ps1
    1
    # Import目录下所有的psm1文件
    2
    function Import-Profile {
    3
        param(
    4
            [string]
    5
            $ProfileDirPath
  4. Azure/azure-powershell Azure/azure-powershell Public

    Microsoft Azure PowerShell

    4.1k 3.7k

  5. MicrosoftDocs/azure-docs-powershell MicrosoftDocs/azure-docs-powershell Public

    Repository used to store Azure PowerShell cmdlet content published on docs.ms.com reference site.

    PowerShell 221 379

  6. Azure/azure-powershell-common Azure/azure-powershell-common Public

    Microsoft Azure PowerShell common components

    C# 34 50