feat vscode workspace ; add terminal profiles
This commit is contained in:
parent
1b14b96085
commit
b367346ad8
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user