change sumfetch to neofetch

pull/26/head
purofle 3 years ago
parent bc95adda32
commit 0e430ca1d7

@ -22,7 +22,7 @@ export const help = async (args: string[]): Promise<string> => {
\n${c}\n \n${c}\n
[tab]: trigger completion. [tab]: trigger completion.
[ctrl+l]/clear: clear terminal.\n [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<string> => {
return `Hi, I am ${config.name}. return `Hi, I am ${config.name}.
Welcome to my website! Welcome to my website!
More about me: More about me:
'sumfetch' - short summary. 'neofetch' - short summary.
'resume' - my latest resume. 'resume' - my latest resume.
'readme' - my github readme.`; 'readme' - my github readme.`;
}; };
@ -164,7 +164,7 @@ export const banner = (args?: string[]): string => {
Type 'help' to see the list of available commands. Type 'help' to see the list of available commands.
Type 'sumfetch' to display summary. Type 'neofetch' to display summary.
Type 'repo' or click <u><a class="text-light-blue dark:text-dark-blue underline" href="${config.repo}" target="_blank">here</a></u> for the Github repository. Type 'repo' or click <u><a class="text-light-blue dark:text-dark-blue underline" href="${config.repo}" target="_blank">here</a></u> for the Github repository.
Type 'url' to see how do I use this domain. Type 'url' to see how do I use this domain.
`; `;

@ -34,4 +34,4 @@ const sumfetch = async (args: string[]): Promise<string> => {
} }
}; };
export default sumfetch; export default neofetch;

Loading…
Cancel
Save