1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-02-08 21:35:21 +00:00
2012-01-23 20:40:57 -05:00

5 lines
182 B
Plaintext

# List explicitly installed packages.
sudo pacman -Qei $(pacman -Qu|cut -d" " -f 1) \
| awk ' BEGIN {FS=":"}/^Name/{printf("\033[1;36m%s\033[1;37m", $2)}/^Description/{print $2}'