Skip to content

Commit

Permalink
Merge pull request #1214 from Jisu-Woniu/patch-1
Browse files Browse the repository at this point in the history
Use `__fish_print_pacman_packages` instead of `__fish_print_packages`
  • Loading branch information
Morganamilo authored Sep 18, 2024
2 parents bdcbab6 + 3ab0656 commit 79414b4
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 79414b4

Please sign in to comment.