mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Fix newlines
This commit is contained in:
2
neofetch
2
neofetch
@@ -1676,9 +1676,9 @@ get_term_font() {
|
|||||||
if [[ "$use_different_font" == "true" ]]; then
|
if [[ "$use_different_font" == "true" ]]; then
|
||||||
local non_ascii_font
|
local non_ascii_font
|
||||||
non_ascii_font="$(/usr/libexec/PlistBuddy -c "Print :New\ Bookmarks:${i}:Non\ Ascii\ Font:" ~/Library/Preferences/com.googlecode.iterm2.plist)"
|
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" != "$non_ascii_font" ]] && \
|
||||||
term_font="$term_font (normal) / $non_ascii_font (non-ascii)"
|
term_font="$term_font (normal) / $non_ascii_font (non-ascii)"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user