docs: update

This commit is contained in:
Dylan Araps 2019-09-25 10:11:58 +03:00
parent b5a2bbd82e
commit ae5a10c00d

2
pfetch
View File

@ -289,7 +289,7 @@ get_pkgs() {
command -v emerge && printf '%s\n' /var/db/pkg/*/*/
# GUIX requires two commands.
command -v guix && {
command -v guix && {
guix package -p /run/current-system/profile -I
guix package -I
}