From 1363a973d411dd25ea8af01c6c61daa57848360d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 29 Sep 2019 13:20:27 +0300 Subject: [PATCH] misc: clean up --- pfetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pfetch b/pfetch index 7d5cd27..abcf445 100755 --- a/pfetch +++ b/pfetch @@ -169,8 +169,8 @@ get_os() { # Special cases for (independent) distributions which # don't follow any os-release/lsb standards whatsoever. - command -v crux && distro=$(crux) - command -v guix && distro='Guix System' + command -v crux && distro=$(crux) + command -v guix && distro='Guix System' # Check to see if Linux is running in Windows 10 under # WSL (Windows subsystem for Linux) and append a string