Remove check for _git-forgit

This commit is contained in:
Chris Apple 2024-01-31 14:47:12 -08:00
parent f2390deb9d
commit dae5aa04f5

View file

@ -104,8 +104,6 @@ if (( $+functions[forgit::add] )); then
# if not already loaded and check if completion function exists afterwards.
(( $+functions[_git-add] )) || _git
(( $+functions[_git-add] )) || return 1
(( $+functions[_git-branches] )) || _git-forgit
(( $+functions[_git-branches] )) || return 1
# Completions for forgit plugin shell functions (also works for aliases)
compdef _git-add forgit::add
compdef _git-branches forgit::branch::delete