diff --git a/.obsidian/plugins/terminal/data.json b/.obsidian/plugins/terminal/data.json index b00cf36..084f5b8 100644 --- a/.obsidian/plugins/terminal/data.json +++ b/.obsidian/plugins/terminal/data.json @@ -118,6 +118,36 @@ "type": "integrated", "useWin32Conhost": true }, + "councilClaudeTmux": { + "args": [ + "new-session", + "-A", + "-s", + "council", + "-c", + "/var/mnt/data/projects/council", + "/home/jeroenschweitzer/.local/bin/claude" + ], + "executable": "/usr/bin/tmux", + "followTheme": true, + "name": "Council — Claude in tmux", + "platforms": { + "linux": true + }, + "pythonExecutable": "python3", + "restoreHistory": false, + "rightClickAction": "copyPaste", + "successExitCodes": [ + "0", + "SIGINT", + "SIGTERM" + ], + "terminalOptions": { + "documentOverride": null + }, + "type": "integrated", + "useWin32Conhost": true + }, "win32ExternalDefault": { "args": [], "executable": "C:\\Windows\\System32\\cmd.exe", @@ -161,7 +191,7 @@ "useWin32Conhost": true } }, - "defaultProfile": null, + "defaultProfile": "councilClaudeTmux", "terminalOptions": { "documentOverride": null }