mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Remove check for _git-forgit
This commit is contained in:
parent
f2390deb9d
commit
dae5aa04f5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue