[PR] dylanaraps/neofetch#2077 from mschrage - feat: add support for Fig

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2077
Thanks to @mschrage

Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-31 15:20:33 -04:00
commit 64f96bfbec

View file

@ -3438,6 +3438,8 @@ get_term() {
esac
done
[[ $FIG_TERM == "1" ]] && term="$term + Fig"
# Log that the function was run.
term_run=1
}