Warning under zsh
danvk opened this issue · 0 comments
danvk commented
When I add this line to my .zshrc
:
source git-helpers/.git-rc
I get this warning whenever I open a new terminal:
WARNING: this script is deprecated, please see git-completion.zsh
I believe the solution is to add git-completion.zsh
to the git-helpers project and source that instead when running under zsh.