powershell 自定义Powershell PS1

Posted

tags:

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

function prompt {
  $p = Split-Path -leaf -path (Get-Location)
  "$p> "
}

以上是关于powershell 自定义Powershell PS1的主要内容,如果未能解决你的问题,请参考以下文章

powershell powershell获取函数的定义。我用它来获取内部自定义函数和自定义模块的定义

自定义微软powershell(脚本方法)

PowerShell 添加 自定义的ScriptProperty 属性

powershell PowerShell:Symantec Management Platform Internet Explorer自定义清单

PowerShell 自定义提供程序 RemoveItem

PowerShell 自定义提供程序 RemoveItem