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 +