gpt4 book ai didi

function - 恢复到PowerShell控制台中的原始提示

转载 作者:行者123 更新时间:2023-12-03 01:09:19 25 4
gpt4 key购买 nike

在PowerShell控制台窗口中,初始提示为

C:\users\username

我可以使用以下内容自定义提示:
function Prompt { "PS: "}

现在提示变成
PS: 

在不更改C:\ Users \ user \ Documents \ WindowsPowerShell \ Microsoft.PowerShell_profile.ps1的情况下,我打算恢复为原始提示。

怎么做呢?

最佳答案

the about_Prompt help file:

In Windows PowerShell 3.0, the built-in prompt function is:

function prompt  
{
"PS $($executionContext.SessionState.Path.CurrentLocation)$('>' * ($nestedPromptLevel + 1)) "
}

关于function - 恢复到PowerShell控制台中的原始提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42187967/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com