From 5143b20ce132ed26a3f4afd1d3dc36de8812e39e Mon Sep 17 00:00:00 2001 From: Andrew Titmuss Date: Thu, 24 May 2018 13:55:09 +1000 Subject: [PATCH] font: fix line length for iTerm2 profile count --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index be423c66..853e90af 100755 --- a/neofetch +++ b/neofetch @@ -2800,7 +2800,8 @@ 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 -w -c "Guid")" for ((i=0; i