diff --git a/settings.json b/settings.json index cef4e91..2353fe8 100644 --- a/settings.json +++ b/settings.json @@ -329,6 +329,12 @@ "icon": "sparkle" } }, + "terminal.integrated.profiles.linux": { + "Claude": { + "path": "claude", + "icon": "sparkle" + } + }, "terminal.integrated.tabs.title": "${sequence}", "terminal.integrated.scrollback": 50000, "terminal.integrated.enableKittyKeyboardProtocol": true,