Update sentences.

pull/38/head
Yipeng Liu 2 years ago
parent 88480a4e17
commit 419b04e9be
No known key found for this signature in database
GPG Key ID: 836A2F6C6D60065C

@ -33,9 +33,10 @@ export const about = async (args: string[]): Promise<string> => {
return `Hi, I am ${config.name}. return `Hi, I am ${config.name}.
Welcome to my terminal! Welcome to my terminal!
More about me: More about me:
'readme' - my github readme.
'sumfetch' - short summary. 'sumfetch' - short summary.
'resume' - my latest resume. 'resume' - my latest resume.
'readme' - my github readme.`; `;
}; };
export const resume = async (args: string[]): Promise<string> => { export const resume = async (args: string[]): Promise<string> => {
@ -160,8 +161,9 @@ export const banner = (args?: string[]): string => {
Type 'help' to see the list of available commands. Type 'readme' to display my github readme.
Type 'sumfetch' to display summary. Type 'sumfetch' 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 'help' to see the list of available commands.
`; `;
// 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.
}; };

@ -9,7 +9,7 @@ const sumfetch = async (args: string[]): Promise<string> => {
@@ @@ ${config.name} @@ @@ ${config.name}
@@ @@ ${config.ps1_hostname} @@ @@ ${config.ps1_hostname}
@@ @@@ @@ <u><a href="${config.resume_url}" target="_blank">resume</a></u> @@ @@@ @@ <u><a href="${config.resume_url}" target="_blank">resume</a></u>
@@ @@@ @@ <u><a href="${config.repo}" target="_blank">Github repo</a></u> @@ @@@ @@ <u><a href="${config.repo}" target="_blank">repo</a></u>
@@ @@ ----------- @@ @@ -----------
@@ .@@@@@@@@@@. @@ CONTACT @@ .@@@@@@@@@@. @@ CONTACT
@@ @@ @@ @@ ${config.social.phone} @@ @@ @@ @@ ${config.social.phone}
@ -28,7 +28,7 @@ const sumfetch = async (args: string[]): Promise<string> => {
      ABOUT       ABOUT
  ${config.name}   ${config.name}
        <u><a href="${config.resume_url}" target="_blank">resume</a></u>         <u><a href="${config.resume_url}" target="_blank">resume</a></u>
<u><a href="${config.repo}" target="_blank">Github repo</a></u> <u><a href="${config.repo}" target="_blank">repo</a></u>
  -----------   -----------
  > Y I P E . N G CONTACT   > Y I P E . N G CONTACT
  ${config.social.phone}   ${config.social.phone}

Loading…
Cancel
Save