Skip to content

Commit

Permalink
Use __fish_print_pacman_packages instead of __fish_print_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu authored Jul 16, 2024
1 parent 5355012 commit 3ab0656
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
Expand Up @@ -7,7 +7,7 @@ set -l progname paru
# paru constants
set -l noopt 'not __fish_contains_opt -s G -s V -s P -s S -s D -s Q -s R -s U -s T -s F -s L -s C database query sync remove upgrade deptest files version repoctl chrootctl gendb'
set -l listall "(paru -Pc | string replace ' ' \t)"
set -l listpacman "(__fish_print_packages)"
set -l listpacman "(__fish_print_pacman_packages)"
set -l show '__fish_contains_opt -s P show'
set -l getpkgbuild '__fish_contains_opt -s G getpkgbuild'
set -l repoctl '__fish_contains_opt -s L repoctl'
Expand Down

0 comments on commit 3ab0656

Please sign in to comment.