feat vscode workspace ; add terminal profiles

This commit is contained in:
Yuan Chiu 2025-04-26 09:40:02 +08:00
parent 1b14b96085
commit b367346ad8

View File

@ -17,5 +17,20 @@
"path": "../../../.config/chezmoi-private"
}
],
"settings": {}
"settings": {
"terminal.integrated.profiles.linux": {
"chezmoi": {
"path": "chezmoi",
"args": ["cd"]
},
"chezmoi-private": {
"path": "chezmoi",
"args": [
"--source",
"~/.local/share/chezmoi-private",
"cd"
]
}
}
}
}