![]() |
Michael's Blog |
Home | Gallery | Stats | Downloads | Links | Scripts | Fuel Stats | Wiki | RSS |
You can have ladder races if you want.-- Matt Hill Add quote.
If you're a bash user like me and login to A LOT of servers every day, it helps to have a visible notation of what server you're actually on. Add this to your .bashrc file and source it.
# set prompt PS1="[\u@`hostname`] \W > " PS2=">"
There's a lot more you can do like adding a clock, the history number, etc. but I prefer to keep it simple.