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 }" ;;