From 56ecba9df9b8f44d8dbd91e92ebae8e612a9acd7 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 7 Oct 2023 21:03:04 +0100 Subject: [PATCH] Enable GIT_PROMPT_AUTO_PREFETCH. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 529a631..0f1e82f 100644 --- a/.bashrc +++ b/.bashrc @@ -418,6 +418,7 @@ GIT_PROMPT_SHOW_UNTRACKED=1 GIT_PROMPT_SHOW_STASH=1 GIT_PROMPT_SHOW_UPSTREAM=1 GIT_PROMPT_SHOW_UPSTREAM_EXTENDED=1 +GIT_PROMPT_AUTO_PREFETCH=1 # Version specific set up. if (( BASH_VERSINFO[0] >= 4 )); then