powershell PowerShell配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell PowerShell配置文件相关的知识,希望对你有一定的参考价值。

# Helper function to include hidden items (like ls -la)
function Get-ChildItemForce
{
  Get-ChildItem -Force
}

# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-alias
Set-Alias -Name la -Value Get-ChildItemForce
Set-Alias -Name ll -Value Get-ChildItemForce
Set-Alias -Name which -Value Get-Command

以上是关于powershell PowerShell配置文件的主要内容,如果未能解决你的问题,请参考以下文章

powershell 我的示例Powershell配置文件脚本

powershell 测试PowerShell配置文件

powershell PowerShell配置文件问候语

powershell PowerShell配置文件

powershell 用于Cmder的Powershell配置文件

powershell (PowerShell)请求静态IP配置并将其放入文本文件中