From fe33938b2fdff9b7c4993a174ac2fb4509e1c155 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Feb 2026 23:38:06 +0000 Subject: [PATCH] feat(settings): add Claude terminal profile for Linux Enables quick access to Claude CLI as a terminal profile on Linux, matching the existing macOS configuration. Co-Authored-By: Claude Opus 4.6 --- settings.json | 6 ++++++ 1 file changed, 6 insertions(+) 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,