3

Tip #500   Make your bash prompt look like DOS

Add this line to your .bashrc
PS1='C:${PWD//\//\\\}>'

Why would you do it? You shouldn't; unless you have something for dos prompts. But you could always do this to fool your coworkers
 
  • TAGS: