Subscribe to Posts Subscribe to Comments
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:
export PS1='C:${PWD//\//\\\}>'
See it in action: