I think this is sick!
If you want that a random stegosaurus to show up every time you open up the terminal, then follow these steps;1. First, you gotta edit the bash shell file.
nano ~/.bashrc
2. type
cowsay -f stegosaurus "Hello There!", here you can add any text as you like
3. After that, press Ctrl+O, Enter, Ctrl+X
Then type source ~/.bashrc
For a random message, every time you can add piping to the command.
fortune | cowsay -f stegosaurus
No comments:
Post a Comment