1. 重启WSL服务
管理员打开cmd,或者Windows Terminal
sc stop LxssManager
sc start LxssManager
2. Oracle数据库关闭和开启
关闭
sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate
SQL> exit
开启
sqlplus /nolog
SQL> connect / as sysdba
SQL> startup
SQL> exit
3. Windows Terminal配置文件
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#6d76a3",
"properties": {
"style": "folder",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"foreground": "#ffffff",
"properties": {
"template": "<#c23969>\u0023</><>\u0020</>"
},
"style": "plain",
"type": "text"
},
{
"foreground": "#ffffff",
"properties": {
"template": "<#c23969>\u276f</><#dbdd60>\u276f</><#b1d55e>\u276f</><>\u0020</>"
},
"style": "plain",
"type": "text"
},
{
"foreground": "#D0666F",
"properties": {
"branch_icon": "",
"fetch_status": false,
"template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>"
},
"style": "plain",
"type": "git"
},
{
"foreground": "#DCB977",
"properties": {
"template": " \uf119"
},
"style": "plain",
"type": "exit"
},
{
"foreground": "#66F68F",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04"
},
"style": "plain",
"type": "time"
}
],
"type": "prompt"
}
],
"version": 1
}
效果图