aboutsummaryrefslogtreecommitdiff
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 @@
"workbench.tree.renderIndentGuides": "none",
"workbench.welcomePage.walkthroughs.openOnInstall": false,
"cSpell.enabled": false,
+ "terminal.external.linuxExec": "xfce4-terminal",
+ "terminal.integrated.defaultProfile.linux": "zsh",
} \ No newline at end of file