Skip to content

Commit

Permalink
Create windows terminal 配置.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magicianlib authored Jun 30, 2024
1 parent 1dcff72 commit a102fd2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions windows terminal 配置.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
```json
{
"list": [
{...},
{
"commandline": "D:\\Git\\bin\\bash.exe -li",
"guid": "{831ffb3b-42e9-c540-e049-a24e25b59130}",
"hidden": false,
"icon": "D:\\\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"startingDirectory": null
},
{
"commandline": "ssh ubuntu",
"guid": "{9acb9455-ca41-5af7-950f-6bca1bc9722f}",
"hidden": false,
"icon": "D:\\Terminal\\ProfileIcons\\{9acb9455-ca41-5af7-950f-6bca1bc9722f}.scale-200.png",
"name": "ubuntu",
"startingDirectory": null
}
]
}
```

0 comments on commit a102fd2

Please sign in to comment.