agungaskcom
Sun Nov 04, 2012 1:12:48 am
Do you like playing with Ur Terminal U can try this
fancy terminal by agungaskcom, on Flickr
First open Ur terminal Ctrl+Alt+T then follow this ;
Copy and Paste this script at the end of the file .bashrc
Close and reopen terminal, enjoy it
fancy terminal by agungaskcom, on Flickr
First open Ur terminal Ctrl+Alt+T then follow this ;
$ sudo su
# apt-get install figlet
# apt-get install fortune cowsay
# apt-get install sl
# cp .bashrc .bashrc_backup
# gedit .bashrc
Copy and Paste this script at the end of the file .bashrc
- Code:
sl
cowsay -f eyes "I Love My Terminal"
echo
figlet "ZorinOS 6"
echo "==================================================================="
echo -ne "${lightgreen}Today is:\t\t${red}" `date`; echo ""
echo -e "${lightgreen}Kernel Information: \t${red}" `uname -smr`
export PS1="\[\033[1;33m\]\u\[\033[1;37m\]@\[\033[1;32m\]\h\[\033[1;37m\]:\[\033[1;31m\]\w \[\033[1;36m\]\\$ \[\033[0m\]";
Close and reopen terminal, enjoy it