Install fortune & cowsay to give some life to your terminal
I have tested on Centos 7
yum install cowsay.noarch
yum install fortune-mod.x86_64
[root@localhost ~]# vim .bash_profile
Add the following line
fortune | cowsay
Let's try it.
yum install cowsay.noarch
yum install fortune-mod.x86_64
[root@localhost ~]# vim .bash_profile
Add the following line
fortune | cowsay
Let's try it.
[vicky@localhost ~]$ su -
Password:
Last login: Fri Aug 3 18:21:46 MUT 2018 on pts/2
____________________________________
/ Be consistent. \
| |
\ -- Larry Wall in the perl
man page /
------------------------------------
\
^__^
\
(oo)\_______
(__)\ )\/\
||----w |
|| ||
[root@localhost ~]#