Put into ~/.bashrc:

alias more=less
alias python='winpty -Xallow-non-tty -Xplain python'

Put into ~/.bash_profile:
export EDITOR=vim

test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc

---------------------------------------------------------------------
If using subversion:
TortoiseSVN seems to work ok, except for vim editor setting in mingw,
but ok in PowerShell and Git bash.

Put into ~/.bashrc:
alias svn='svn --force-interactive'
