summaryrefslogtreecommitdiff
path: root/mac/.config/zsh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 12:13:06 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-24 12:13:06 +0900
commitebdcdb555d0d8462352da3aa59f03ab1fe9cac81 (patch)
tree02c8be326f338e785c2e3d4b1ae2493588f359ce /mac/.config/zsh
parentb15c6b710f19b74398acd738efb6281183c88b8d (diff)
modified zsh/scripts.zsh
Diffstat (limited to 'mac/.config/zsh')
-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"