Skip to content

Commit 01ac1b6

Browse files
committed
etc: fix terminal automation profile in settings.json
1 parent bef9fef commit 01ac1b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
"markdown",
2525
"astro"
2626
],
27-
"terminal.integrated.automationProfile.linux": {
28-
"shell": {
29-
"path": "/home/jhilker/.nix-profile/bin/zsh"
30-
}
31-
},
27+
"terminal.integrated.automationProfile.linux": null,
3228
"[markdown]": {
3329
"editor.formatOnSave": false
3430
},

0 commit comments

Comments
 (0)