From ba9c7bba23ccd315a07b064427121dee9f69dc02 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 28 May 2018 08:42:35 +1000 Subject: [PATCH] docs: update --- neofetch | 2 -- 1 file changed, 2 deletions(-) diff --git a/neofetch b/neofetch index 567ab4fd..17e725bf 100755 --- a/neofetch +++ b/neofetch @@ -971,8 +971,6 @@ get_distro() { "Windows") distro="$(wmic os get Caption)" - - # Strip crap from the output of wmic. distro="${distro/Caption}" distro="${distro/Microsoft }" ;;