Home > Uncategorized > Cygwin .bash_profile

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\]$ '
Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.