From 928dfd713c9497e7d03aae5b2d646aed502fcb5d Mon Sep 17 00:00:00 2001 From: OldWorldOrdr Date: Sat, 11 Feb 2023 19:22:50 -0500 Subject: [PATCH] fix --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0c23cbc7..12ab5b0c 100755 --- a/neofetch +++ b/neofetch @@ -2007,7 +2007,8 @@ get_packages() { ProgramData="${mount:-/cygdrive/c}/ProgramData" fi - scooplist() { scoop list | sed '1,4d' } # scoop list adds a few extra lines to be fancy, an easy fix is to just remove the first 4 lines. I dont know a better way to do this. + # scoop list adds a few extra lines to be fancy, an easy fix is to just remove the first 4 lines. I dont know a better way to do this. + scooplist() { scoop list | sed '1,4d'; } has scoop && tot scooplist # Count chocolatey packages.