Skip to content

Commit

Permalink
Fix fish completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Apr 15, 2018
1 parent 0cc2e52 commit aa531cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gibo-completion.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# First install gibo from
# https://github.com/simonwhitaker/gitignore-boilerplates
#
# Then copy this file to the folder ~/.config/fish/completions/ .
# In case the folder doesn't exist create it with
# mkdir ~/.config/fish/completions
# Then copy this file to ~/.config/fish/completions/gibo.fish
#
# CREDITS
#
Expand All @@ -22,4 +20,4 @@ function gibocompletionlist
echo $completions
end

complete -c gibo -a (gibocompletionlist)
complete -c gibo -f -a (gibocompletionlist)

0 comments on commit aa531cc

Please sign in to comment.