diff options
| author | kj_sh604 | 2025-12-22 01:23:41 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-22 01:23:41 -0500 |
| commit | b85d0ad21083224116caa4b413a1b0b36a82ac10 (patch) | |
| tree | 0f960317ff4e0a21ef3958b7149ec9a7bd4439e2 /.config | |
| parent | ead5248907ae835a9f50c051df2bf91e0b0cd939 (diff) | |
refactor: use zsh as default in VSCode
Diffstat (limited to '.config')
| -rw-r--r-- | .config/Code/User/settings.json | 2 |
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 |
