Skip to content

Commit

Permalink
Completions (Fish): fix old version compatibility
Browse files Browse the repository at this point in the history
Fix #744
  • Loading branch information
CarterLi committed Mar 3, 2024
1 parent 7504484 commit d0a4a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env fish

if not type -q fastfetch
return
exit
end

complete -c fastfetch -f
Expand Down

0 comments on commit d0a4a01

Please sign in to comment.