diff --git a/dot_bashrc b/dot_bashrc index 59ff1f2..978c951 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -73,6 +73,8 @@ else if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then GIT_PROMPT_ONLY_IN_REPO=1 + GIT_PROMPT_IGNORE_SUBMODULES=1 + GIT_PROMPT_WITH_VIRTUAL_ENV=0 GIT_PROMPT_THEME=Solarized_Yax source $HOME/.bash-git-prompt/gitprompt.sh fi