feat: add support for Fig

This commit is contained in:
Matt Schrage 2022-03-22 22:38:50 -07:00
parent ccd5d9f526
commit 9d1251bcf1

View file

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