aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/home/files/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 737a4f2d..9f2972fc 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -76,7 +76,7 @@ zstyle ':completion:*' original true
zstyle ':completion:*' verbose true
# Tell git where to find its bash completion script.
-for _profile in /usr ${GUIX_ENVIRONMENT+"$GUIX_ENVIRONMENT"} ~/.guix-profile ~/.guix-home/profile /run/current-system/profile; do
+for _profile in ${GUIX_ENVIRONMENT+"$GUIX_ENVIRONMENT"} ~/.guix-profile ~/.guix-home/profile /run/current-system/profile; do
[ -e "$_profile/etc/bash_completion.d/git" ] || continue
zstyle ':completion:*:*:git:*' script "$_profile/etc/bash_completion.d/git"
break