Skip to content

Commit

Permalink
Remove check for _git-forgit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjappl committed Jan 31, 2024
1 parent f2390de commit dae5aa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions completions/_git-forgit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dae5aa0

Please # to comment.