From 93ee80878928fda4470ba0c3b686b1aab6a3eb12 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 17 Nov 2016 00:44:50 +1100 Subject: [PATCH] Updated Terminal and Terminal Font detection (markdown) --- Terminal-and-Terminal-Font-detection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal-and-Terminal-Font-detection.md b/Terminal-and-Terminal-Font-detection.md index ae8ca70..efbdbec 100644 --- a/Terminal-and-Terminal-Font-detection.md +++ b/Terminal-and-Terminal-Font-detection.md @@ -1,7 +1,7 @@ **[#252](https://github.com/dylanaraps/neofetch/pull/252)** added support for displaying the terminal emulator in use as well as the font
the terminal emulator is currently using. -# Terminal Detection +## Terminal Detection #### Mac OS X @@ -15,7 +15,7 @@ isn't `$SHELL`, `*sh`, `screen` or `tmux`. This method of detection doesn't work with `tmux` as the parent processes aren't
the current shell or the terminal emulator. -# Font Detection +## Font Detection Font detection works by parsing the terminal emulator's config file.