Skip to content

Commit

Permalink
Allow fish completion with zst-compressed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuxax committed Dec 28, 2019
1 parent e104d7a commit 849ba44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish.completion
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ complete -c $progname -n "$files" -l machinereadable -d 'Show in machine readabl
# Using "pkg.tar.*" here would change __fish_complete_suffix's descriptions to "unknown"
complete -c $progname -n "$upgrade" -xa '(__fish_complete_suffix pkg.tar.xz)' -d 'Package file'
complete -c $progname -n "$upgrade" -xa '(__fish_complete_suffix pkg.tar.gz)' -d 'Package file'
complete -c $progname -n "$upgrade" -xa '(__fish_complete_suffix pkg.tar.zst)' -d 'Package file'

# Get options
complete -c $progname -n $get -s d -l with-deps -d 'Clone packages with all needed AUR dependencies' -f

0 comments on commit 849ba44

Please sign in to comment.