diff --git a/neofetch b/neofetch index 853e90af..68b9e6aa 100755 --- a/neofetch +++ b/neofetch @@ -2800,10 +2800,9 @@ END font_file="${HOME}/Library/Preferences/com.googlecode.iterm2.plist" # Count Guids in "New Bookmarks"; they should be unique - profiles_count="$(PlistBuddy -c "Print :New\ Bookmarks:" "$font_file" | \ - grep -w -c "Guid")" + profiles_count="$(PlistBuddy -c "Print :New\ Bookmarks:" "$font_file" | grep -c "Guid")" - for ((i=0; i