Commit 8d250e41 authored by Dominik Ritter's avatar Dominik Ritter

Fix newlines

parent 8c783d63
...@@ -1676,9 +1676,9 @@ get_term_font() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment