aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 848db8b..929e5e9 100755
--- a/pfetch
+++ b/pfetch
@@ -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
}