X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.bash_prompt;fp=.bash_prompt;h=f7ae3bbd991b41a40f4d9fc712d7dc0ca68d5808;hb=36fa779cd03ddada6324c8b5b38145dc3b0a8b41;hp=5b5c80f9c34d94b7bddf1662635068c4e6aff744;hpb=2e749f9dce34dcf50b15857c9d92da9aab6e2bc5;p=dotfiles.git diff --git a/.bash_prompt b/.bash_prompt index 5b5c80f..f7ae3bb 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -23,7 +23,7 @@ prompt_git() { if [ "$(git rev-parse --is-inside-git-dir 2> /dev/null)" == "false" ]; then # ensure index is up to date - git update-index --really-refresh -q &>/dev/null + #git update-index --really-refresh -q &>/dev/null # check for uncommitted changes in the index if ! $(git diff --quiet --ignore-submodules --cached); then