From e0936be05b16d4ea24bf2a8bcc696341fd0ed1f1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 30 Dec 2025 19:39:24 -0600 Subject: [PATCH] feat: open terminal ctrl-click in a new tab --- src/components/Header.astro | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 69f7c6b..57ec707 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -15,7 +15,12 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$"; ---
- +
{promptText} @@ -49,4 +54,15 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$"; } + +