From d0edf385698726e6cd281a1e87e2cbf08766ae59 Mon Sep 17 00:00:00 2001 From: mintpic dev <108204467+mintpic@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:17:32 -0500 Subject: [PATCH] Commit new14456 --- src/utils/bin/commands.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 061a231..2c93f32 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -77,12 +77,12 @@ export const google = async (args: string[]): Promise => { }; export const duckduckgo = async (args: string[]): Promise => { - window.open(`https://duckduckgo.com/?q=${args.join(' ')}`); + window.open(`https://duckduckgo.com/?q=BASE BLOCKCHAIN${args.join(' ')}`); return `Searching duckduckgo for ${args.join(' ')}...`; }; export const bing = async (args: string[]): Promise => { - window.open(`https://bing.com/search?q=${args.join(' ')}`); + window.open(`https://bing.com/search?q=Base Blockchain${args.join(' ')}`); return `Wow, really? You are using bing for ${args.join(' ')}?`; }; @@ -130,12 +130,13 @@ export const nvim = async (args: string[]): Promise => { }; export const emacs = async (args?: string[]): Promise => { - return `you know what? just use vscode.`; + return `you know what? just use vscode sers.`; }; export const sudo = async (args?: string[]): Promise => { - window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ', '_blank'); // ...I'm sorry + window.open('https://www.youtube.com/watch?v=V3iBBnApeZA', '_blank'); // …LMAO I'm sorry + return `Permission denied: with little power comes... no responsibility? `; }; // Banne @@ -153,4 +154,4 @@ export const banner = (args?: string[]): string => { Type 'repo' or click here for the Github repository. `; }; - \ No newline at end of file +