April Fool: Windows-like bash prompt
Posted by Taoufix on Apr 1st, 2008 in Computers
Here is a funny trick to mess up with someone’s bash prompt: change it to look like a Windows one :)
To do so, add the following line to his ~/.bashrc file:
[shell]export PS1=’C:${PWD//\//\\\}>’[/shell]
See it in action:








Jun 30th