From 5562f6ca485dfc97269e2698703ec19c0786eb00 Mon Sep 17 00:00:00 2001 From: Ronnie Date: Wed, 20 Nov 2024 22:20:44 -0500 Subject: [PATCH] lies, doesn't actually close the browser tab smh. That was planned, unfortunately not possible. --- src/app/commands/help.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/commands/help.tsx b/src/app/commands/help.tsx index 22933ac..fef9e22 100644 --- a/src/app/commands/help.tsx +++ b/src/app/commands/help.tsx @@ -6,7 +6,7 @@ const helpCommand = () => [
  • 📄 source: View the source code of this terminal.
  • 📡 socials: View my social links.
  • 🌐 selfhosted: View what I self host in my homelab.
  • -
  • exit: Close the terminal (browser tab).
  • +
  • exit: Close the terminal.
  • 💡 Pro Tip: Use and to navigate through your command history.