From 8d250e41bac80c923851cda7edd9ecb7f526d676 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 9 Mar 2017 01:17:31 +0100 Subject: [PATCH] Fix newlines --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c2f7b908..67bd6ed7 100755 --- a/neofetch +++ b/neofetch @@ -1676,9 +1676,9 @@ get_term_font() { if [[ "$use_different_font" == "true" ]]; then local non_ascii_font non_ascii_font="$(/usr/libexec/PlistBuddy -c "Print :New\ Bookmarks:${i}:Non\ Ascii\ Font:" ~/Library/Preferences/com.googlecode.iterm2.plist)" + [[ "$term_font" != "$non_ascii_font" ]] && \ term_font="$term_font (normal) / $non_ascii_font (non-ascii)" - fi fi done