摘要: powershell配置 0.结果展示 1.配置输出符号 function Prompt { $curdir = "$(Get-Location)".Split("\") | Select-Object -Last 1 return "⚡" + $curdir + "💨" } 先创建函数 函数中创 阅读全文
posted @ 2024-12-11 17:03 泊尘畔 阅读(70) 评论(0) 推荐(0)