summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mac/.config/zsh/scripts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.config/zsh/scripts.zsh b/mac/.config/zsh/scripts.zsh
index 7f31426..42c60fc 100644
--- a/mac/.config/zsh/scripts.zsh
+++ b/mac/.config/zsh/scripts.zsh
@@ -305,7 +305,7 @@ alias fgst=fetch_git_repos_status
function fetch_git_repos_status() {
SELECTED_DIRS=$(bash << 'EOF'
# Source the Git prompt script to get access to __git_ps1
- source /usr/share/git/completion/git-prompt.sh
+ source /opt/homebrew/etc/bash_completion.d/git-prompt.sh
# Enable symbols for dirty state, untracked files, and branch ahead/behind
export GIT_PS1_SHOWDIRTYSTATE="auto"