Cygwin .bash_profile
This file will put a more standard Linux prompt on your Cygwin login shell (file should be ~/.bash_profile):
#!/bin/bash # Custom prompt PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h:\[\e[33m\]\w\[\e[0m\]$ '
This file will put a more standard Linux prompt on your Cygwin login shell (file should be ~/.bash_profile):
#!/bin/bash # Custom prompt PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h:\[\e[33m\]\w\[\e[0m\]$ '