Skip to content

Commit

Permalink
Disable git-maintenance integration
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 13, 2024
1 parent c6db1ea commit 31b2837
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ if typeset -f znap >/dev/null; then
fi
fi

# Disable automatically enabling git-maintenance by znap, because it
# will write it into the Radian .gitconfig and include hardcoded paths
# there. You can enable git-maintenance if you want but it needs to be
# done in the .zshrc.local.
#
# https://github.com/marlonrichert/zsh-snap?tab=readme-ov-file#automatic-git-maintenance
zstyle ':znap:*:*' git-maintenance off

## Shell configuration
### Prompt

Expand Down

0 comments on commit 31b2837

Please sign in to comment.