牛客910518021号
牛客910518021号
全部文章
pwsh
css-题解(9)
javascript-题解(20)
VSCode(1)
前端笔记(2)
未归档(1)
归档
标签
去牛客网
登录
/
注册
牛客910518021号的博客
牛客910518021号的博客
全部文章
/ pwsh
(共2篇)
自定义oh-my-posh主题
{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "console_title_template": "{{ if .Root }}Admin...
2024-01-10
0
278
pwsh个人配置
Import-Module PSReadLine Set-PSReadlineOption -EditMode Emacs Set-PSReadLineOption -PredictionSource History # 设置预测文本来源为历史记录 Set-PSReadl...
2024-01-10
0
315