diff --git a/juntekim_frontend/app/components/TerminalBox.tsx b/juntekim_frontend/app/components/TerminalBox.tsx index 083a548..1ab1815 100644 --- a/juntekim_frontend/app/components/TerminalBox.tsx +++ b/juntekim_frontend/app/components/TerminalBox.tsx @@ -101,16 +101,19 @@ Available commands: cd Playful message about not leaving pwd Print working directory whoami Identify yourself - motivation Generate motivation (may crash) + motivation Generate motivation vibecheck Check the vibe - clear I will not clear your history :) + clear Clears the screen + history Look into the past exit You can't exit, it's a website `, pwd: () => "/home/juntekim/site", - whoami: () => "juntekim", + whoami: () => "I suspect you know who you are.", - clear: () => "no ❤️ you need to face your past commands.", + history: () => "If we keep looking back, we won't see the glory of now", + + clear: () => "no takebacks, face your past commands.", motivation: () => [ "Compiling motivation…", diff --git a/juntekim_frontend/lib/quotes.ts b/juntekim_frontend/lib/quotes.ts index 2fe851d..ee70f1a 100644 --- a/juntekim_frontend/lib/quotes.ts +++ b/juntekim_frontend/lib/quotes.ts @@ -4,4 +4,5 @@ export const QUOTES = [ '"Nothing like a health problem to turn up the contrast dial on the rest of life." - Naval Ravikant', '"If you want to go fast, go alone; if you want to go far, go together" - Unknown', '“I don’t know if it happened for the best — but I know I’ll make the best out of whatever happens.” - Unknown', + '"I\'m a idiot! I\m a genius!" - Jun-te Kim', ];