From ebdcdb555d0d8462352da3aa59f03ab1fe9cac81 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:13:06 +0900 Subject: modified zsh/scripts.zsh --- mac/.config/zsh/scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mac') 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" -- cgit v1.2.3