Bash prompt with Git and Python virtualenv

On Fedora there is git-prompt.sh script provided by git-core package which allows to extend PS1 prompt with information about GIT repo in current location. However just overriding PROMPT_COMMAND with __git_ps1() will bring 2 problems: Standard VTE helper command will be overridden …