April Fool: Windows-like bash prompt

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:

Windows Bash Prompt