diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index ff154a5..ac66e0a 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -22,7 +22,7 @@ export const help = async (args: string[]): Promise => { \n${c}\n [tab]: trigger completion. [ctrl+l]/clear: clear terminal.\n -Type 'sumfetch' to display summary. +Type 'neofetch' to display summary. `; }; @@ -37,7 +37,7 @@ export const about = async (args: string[]): Promise => { return `Hi, I am ${config.name}. Welcome to my website! More about me: -'sumfetch' - short summary. +'neofetch' - short summary. 'resume' - my latest resume. 'readme' - my github readme.`; }; @@ -164,7 +164,7 @@ export const banner = (args?: string[]): string => { ░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░ ░░░░░ Type 'help' to see the list of available commands. -Type 'sumfetch' to display summary. +Type 'neofetch' to display summary. Type 'repo' or click here for the Github repository. Type 'url' to see how do I use this domain. `; diff --git a/src/utils/bin/sumfetch.ts b/src/utils/bin/sumfetch.ts index cef0a4a..013cce7 100644 --- a/src/utils/bin/sumfetch.ts +++ b/src/utils/bin/sumfetch.ts @@ -34,4 +34,4 @@ const sumfetch = async (args: string[]): Promise => { } }; -export default sumfetch; +export default neofetch;