Upstream PR: https://github.com/dylanaraps/neofetch/pull/2077 Thanks to @mschrage Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
@@ -3438,6 +3438,8 @@ get_term() {
esac
done
+ [[ $FIG_TERM == "1" ]] && term="$term + Fig"
+
# Log that the function was run.
term_run=1
}