我安装了cmder,并将其与Powershell和posh-git一起使用。posh-git将git信息放在Lambda之后,将光标放在git信息之后,不留任何空格:

如何将其更改为使Lambda显示在git信息之后?我已经在config\user_profile.ps1中用$PrePrompt和$PostPrompt玩过了,但这只会影响git信息之前的任何东西。
发布于 2021-07-07 17:58:29
在posh-git中使用全局$GitPromptSettings变量设置提示符后缀
$GitPromptSettings.DefaultPromptSuffix = 'λ'https://stackoverflow.com/questions/68283663
复制相似问题