Skip to content

Commit

Permalink
add welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Kovacs committed Nov 11, 2023
1 parent ea37569 commit 904343f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,14 @@ Type 'dominik help' for more details on each command.
║╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗║
║ ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝║
║ ║
║ Usage - 'dominik <command>'. ║
║ Hello, fellow explorer of the digital realm! I'm Dominik, ║
║ and this is my virtual abode — a command-line journey ║
║ through my professional landscape. ║
║ ║
║ Type 'dominik help' for usage info. ║
║ Type 'clear' to clear the console. ║
║ Use Tab to complete commands. ║
╚══════════════════════════════════════════════════════════════╝
]`,
prompt: '[[;#99ff99;black]anonymous@dominik\'s-personal-website][[;white;black]:][[;blue;black]~][[;white;black]$] '
prompt: '[[;#99ff99;black]anonymous@dominikkovacs][[;white;black]:][[;blue;black]~][[;white;black]$] '
});

0 comments on commit 904343f

Please sign in to comment.