summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-22 01:23:41 -0500
committerkj_sh6042025-12-22 01:23:41 -0500
commitb85d0ad21083224116caa4b413a1b0b36a82ac10 (patch)
tree0f960317ff4e0a21ef3958b7149ec9a7bd4439e2
parentead5248907ae835a9f50c051df2bf91e0b0cd939 (diff)
refactor: use zsh as default in VSCode
-rw-r--r--.config/Code/User/settings.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index 994d9d0..42c9b67 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -302,4 +302,6 @@
302 "workbench.tree.renderIndentGuides": "none", 302 "workbench.tree.renderIndentGuides": "none",
303 "workbench.welcomePage.walkthroughs.openOnInstall": false, 303 "workbench.welcomePage.walkthroughs.openOnInstall": false,
304 "cSpell.enabled": false, 304 "cSpell.enabled": false,
305 "terminal.external.linuxExec": "xfce4-terminal",
306 "terminal.integrated.defaultProfile.linux": "zsh",
305} \ No newline at end of file 307} \ No newline at end of file