mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 19:31:43 +00:00
Fix pacman-list-explicit function
The function previously worked only when there were no updates available. Pacman also does not need superuser rights to list installed packages.
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
sudo pacman --query --explicit --info \
|
||||
$(pacman --query --upgrades | cut -d' ' -f 1) \
|
||||
pacman --query --explicit --info \
|
||||
| awk '
|
||||
BEGIN {
|
||||
FS=":"
|
||||
|
Reference in New Issue
Block a user